This commit is contained in:
2025-05-07 13:54:59 -07:00
parent 76933a2af2
commit 7d41159e79
5 changed files with 36 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ section.flex-5050-cta {
left: 50%;
width: 50%;
height: calc(100% - 10rem);
background-position: center;
background-size: cover;
}
h2 {
@@ -15,5 +17,6 @@ section.flex-5050-cta {
color: $c-navy;
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
}
}

View File

@@ -9,3 +9,17 @@ a {
.goudy {
font-family: 'Goudy Bookletter 1911', serif;
}
.cta-button {
margin-bottom: 0;
a {
background-color: $c-navy;
color: $c-white;
display: inline-block;
height: 52px;
width: 360px;
max-width: 100%;
border-radius: 42px;
text-align: center;
}
}