This commit is contained in:
2025-05-07 13:57:13 -07:00
parent 7d41159e79
commit 37f0958a80
4 changed files with 18 additions and 6 deletions

View File

@@ -12,14 +12,21 @@ a {
.cta-button {
margin-bottom: 0;
a {
background-color: $c-navy;
color: $c-white;
display: inline-block;
display: inline-flex ;
justify-content: center;
align-items: center;
height: 52px;
width: 360px;
max-width: 100%;
border-radius: 42px;
text-align: center;
&:hover {
background-color: $c-tan;
color: $c-navy;
}
}
}