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

@@ -3,9 +3,8 @@ section.side-by-side-text {
h2 {
@extend .goudy;
@extend .headline-lg;
color: $c-navy;
font-size: 70px;
line-height: 70px;
max-width: 595px;
}

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;