This commit is contained in:
2025-05-13 15:32:00 -07:00
parent e9a43b9af1
commit 39c0fcf191
3 changed files with 20 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
background-color: $c-navy;
color: $c-white;
display: flex;
gap: 1rem;
height: 394px;
justify-content: space-between;
align-items: center;
@@ -30,6 +31,14 @@
display: block;
font-size: 28px;
}
@include media-breakpoint-down(lg) {
font-size: 38px;
line-height: 39px;
span {
font-size: 22px;
}
}
}
}