mirror of
https://github.com/wassname/template.git
synced 2026-08-11 11:27:20 +08:00
Updating styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user