Design changes

This commit is contained in:
Ludwig Schubert
2017-08-09 16:48:07 -07:00
parent 27fbe9a932
commit a1800ca2b3
61 changed files with 22196 additions and 1092 deletions
+12 -7
View File
@@ -1,12 +1,17 @@
d-article {
display: block;
color: rgba(0, 0, 0, 0.8);
padding-top: 36px;
padding-top: 0;
padding-bottom: 72px;
overflow: hidden;
font-size: 16px;
font-size: 14px;
line-height: 1.6em;
border-top: 1px solid rgba(0, 0, 0, 0.2);
/*border-top: 1px solid rgba(0, 0, 0, 0.2);*/
}
@media(min-width: 768px) {
d-article {
font-size: 16px;
}
}
@media(min-width: 1024px) {
d-article {
@@ -17,10 +22,10 @@ d-article {
/* H2 */
d-article h2 {
font-weight: 400;
font-weight: 600;
font-size: 26px;
line-height: 1.25em;
margin-top: 36px;
margin-top: 16px;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
@@ -51,7 +56,7 @@ d-article h1 + h2 {
/* H3 */
d-article h3 {
font-weight: 400;
font-weight: 600;
font-size: 20px;
line-height: 1.4em;
margin-top: 36px;