Updating styles

This commit is contained in:
Shan Carter
2017-01-25 17:32:51 -08:00
parent 00ccea8950
commit 7426809669
2 changed files with 10 additions and 8 deletions
+9 -7
View File
@@ -36,7 +36,7 @@ dt-article h1 {
}
dt-article h1 {
font-size: 54px;
font-size: 50px;
letter-spacing: -0.02em;
}
@@ -49,7 +49,7 @@ dt-article h1 {
@media(min-width: 1200px) {
dt-article h1 {
font-size: 60px;
font-size: 56px;
}
dt-article > h1:first-of-type {
@@ -60,8 +60,9 @@ dt-article h1 {
/* H2 */
dt-article h2 {
font-family: Cochin, Georgia, serif;
font-weight: 500;
font-family: HoeflerText-Regular, Cochin, Georgia, serif;
font-weight: 400;
font-style: italic;
font-size: 24px;
line-height: 1.25em;
margin-top: 36px;
@@ -70,15 +71,17 @@ dt-article h2 {
@media(min-width: 1024px) {
dt-article h2 {
font-size: 36px;
margin-top: 48px;
font-size: 30px;
}
}
dt-article h1 + h2 {
font-weight: 300;
font-size: 20px;
line-height: 1.5em;
line-height: 1.4em;
margin-top: 8px;
font-style: normal;
}
@@ -89,7 +92,6 @@ dt-article h1 + h2 {
dt-article h1 + h2 {
margin-top: 12px;
font-size: 24px;
letter-spacing: 0.015em;
}
}
+1 -1
View File
File diff suppressed because one or more lines are too long