This commit is contained in:
2025-05-13 11:30:21 -07:00
parent daff52a388
commit b976045048
3 changed files with 12 additions and 3 deletions

View File

@@ -5,7 +5,11 @@ section.grid-callout {
@extend .goudy;
@extend .headline-lg;
color: $c-navy;
margin-bottom: 3rem;
margin-bottom: 1.5rem;
@include media-breakpoint-up(md) {
margin-bottom: 3rem;
}
}
.cta-button {