This commit is contained in:
2025-05-13 11:18:57 -07:00
parent 26e196e965
commit 1ad7108442
4 changed files with 23 additions and 5 deletions

View File

@@ -10,6 +10,16 @@ a {
font-family: 'Goudy Bookletter 1911', serif;
}
.headline-lg {
font-size: 35px;
line-height: 35px;
@include media-breakpoint-up(md) {
font-size: 70px;
line-height: 70px;
}
}
.cta-button {
margin-bottom: 0;