1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +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
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 {
padding-bottom:.5em;padding-top:.5em;
padding-bottom: .5em;
padding-top: .5em;
}
.tc-link-info-item {
display: inline-block;
border: none;
padding: 5px 10px;
margin-bottom: 10px;
background: #ddeeff;
font-size: 0.8em;
line-height: 1.2;
border: 1px solid #dde7f1;
padding: 5px 10px;
margin-bottom: 10px;
background: #f3f8fd;
font-size: 0.8em;
line-height: 1.2;
}
.tc-link-info-item h1 {