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

@@ -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;
}
}