This commit is contained in:
Shan Carter
2017-01-11 16:03:19 -08:00
parent beb7b6e195
commit 44af921b8c
5 changed files with 17 additions and 4 deletions
+6 -1
View File
@@ -3,6 +3,7 @@ dt-article {
color: rgba(0, 0, 0, 0.8);
font: 15px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
margin-bottom: 72px;
overflow: hidden;
}
@media(min-width: 1024px) {
@@ -32,13 +33,17 @@ dt-article h1 {
}
}
dt-article h2 {
font-weight: 400;
font-size: 28px;
font-size: 22px;
line-height: 1.25em;
margin-top: 12px;
margin-bottom: 24px;
}
@media(min-width: 1024px) {
font-size: 28px;
}
dt-article h1 + h2 {
}