This commit is contained in:
2025-05-13 11:29:31 -07:00
parent 3feb79b0cf
commit daff52a388
3 changed files with 11 additions and 7 deletions

9
dist/app.css vendored
View File

@@ -12048,12 +12048,12 @@ a {
}
}
.headline-lg, section.side-by-side-text h2, section.side-by-side-text .h2 {
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
font-size: 35px;
line-height: 35px;
}
@media (min-width: 768px) {
.headline-lg, section.side-by-side-text h2, section.side-by-side-text .h2 {
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
font-size: 70px;
line-height: 70px;
}
@@ -12329,10 +12329,11 @@ section.grid-callout {
}
section.grid-callout h2, section.grid-callout .h2 {
color: #063C5A;
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
}
section.grid-callout .cta-button {
margin-bottom: 2rem;
}
section.grid-callout .callout {
height: 100%;
padding: 2rem;

View File

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

View File

@@ -3,12 +3,15 @@ section.grid-callout {
h2 {
@extend .goudy;
@extend .headline-lg;
color: $c-navy;
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
}
.cta-button {
margin-bottom: 2rem;
}
.callout {
height: 100%;
padding: 2rem;