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

5
dist/app.css vendored
View File

@@ -12329,7 +12329,12 @@ section.grid-callout {
} }
section.grid-callout h2, section.grid-callout .h2 { section.grid-callout h2, section.grid-callout .h2 {
color: #063C5A; color: #063C5A;
margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
section.grid-callout h2, section.grid-callout .h2 {
margin-bottom: 3rem; margin-bottom: 3rem;
}
} }
section.grid-callout .cta-button { section.grid-callout .cta-button {
margin-bottom: 2rem; margin-bottom: 2rem;

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838", "/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838",
"/app.css": "/app.css?id=dfd2bbb8bfce62fab124172402212ca1" "/app.css": "/app.css?id=65a23b6b0e5a589bee0891aa05b8e76c"
} }

View File

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