This commit is contained in:
2025-05-13 11:24:42 -07:00
parent ad43c05c0c
commit df4fcb1d10
4 changed files with 23 additions and 5 deletions

View File

@@ -10,9 +10,8 @@
h1 {
@extend .goudy;
@extend .headline-xl;
margin: 0;
font-size: 96px;
line-height: 96px;
text-align: center;
}

View File

@@ -10,6 +10,16 @@ a {
font-family: 'Goudy Bookletter 1911', serif;
}
.headline-xl {
font-size: 40px;
line-height: 40px;
@include media-breakpoint-up(md) {
font-size: 96px;
line-height: 96px;
}
}
.headline-lg {
font-size: 35px;
line-height: 35px;