This commit is contained in:
Shan Carter
2017-01-13 16:37:18 -08:00
parent 02a6b5f1f1
commit 347f509660
6 changed files with 19 additions and 15 deletions
+10 -4
View File
@@ -1,9 +1,10 @@
dt-article {
display: block;
color: rgba(0, 0, 0, 0.8);
font: 15px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
margin-bottom: 72px;
font: 16px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
padding-bottom: 72px;
overflow: hidden;
background: white;
}
@media(min-width: 1024px) {
@@ -15,13 +16,17 @@ dt-article {
/* H1 */
dt-article h1 {
margin-top: 48px;
margin-top: 24px;
font-weight: 400;
font-size: 36px;
line-height: 1.1em;
font-family: Cochin, Georgia, serif;
}
@media(min-width: 768px) {
dt-article h1 {
margin-top: 48px;
}
}
@media(min-width: 1080px) {
dt-article.centered h1 {
@@ -124,6 +129,7 @@ dt-article p {
margin-bottom: 24px;
-webkit-font-smoothing: antialiased;
font-family: Georgia, serif;
font-family: 16px;
}
dt-article p a {