1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Simplify styling of community resources

Feedback from @ssokolow
This commit is contained in:
Jermolene 2016-07-10 16:14:58 +01:00
parent dd1e213b52
commit 8dece4b4f6

View File

@ -1,37 +1,18 @@
title: $:/_tw5.com-styles title: $:/_tw5.com-styles
tags: $:/tags/Stylesheet tags: $:/tags/Stylesheet
@media (min-width: 600px) {
.tc-link-info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tc-link-info-item {
max-width: 24em;
margin-right: 10px;
}
}
.tc-double-spaced-list li { .tc-double-spaced-list li {
padding-bottom:.5em;padding-top:.5em; padding-bottom: .5em;
padding-top: .5em;
} }
.tc-link-info-item { .tc-link-info-item {
display: inline-block; border: 1px solid #dde7f1;
border: none; padding: 5px 10px;
padding: 5px 10px; margin-bottom: 10px;
margin-bottom: 10px; background: #f3f8fd;
background: #ddeeff; font-size: 0.8em;
font-size: 0.8em; line-height: 1.2;
line-height: 1.2;
} }
.tc-link-info-item h1 { .tc-link-info-item h1 {