mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
adjust h1 line height
This commit is contained in:
parent
0956e5868c
commit
15d38cffaa
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,7 @@
|
||||||
--header-sm: 16px;
|
--header-sm: 16px;
|
||||||
--header-xl-weight: 600;
|
--header-xl-weight: 600;
|
||||||
--header-weight: 600;
|
--header-weight: 600;
|
||||||
|
--header-line-height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 60rem) {
|
@media (min-width: 60rem) {
|
||||||
|
|
@ -68,6 +69,7 @@
|
||||||
--header-sm: 16px;
|
--header-sm: 16px;
|
||||||
--header-xl-weight: 600;
|
--header-xl-weight: 600;
|
||||||
--header-weight: 600;
|
--header-weight: 600;
|
||||||
|
--header-line-height: 1.3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -98,6 +100,7 @@ h1 {
|
||||||
font-family: "League Spartan";
|
font-family: "League Spartan";
|
||||||
font-weight: var(--header-weight);
|
font-weight: var(--header-weight);
|
||||||
font-size: var(--header-xl);
|
font-size: var(--header-xl);
|
||||||
|
line-height: var(--header-line-height);
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "League Spartan";
|
font-family: "League Spartan";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue