This commit is contained in:
2025-05-13 12:09:43 -07:00
parent 779de730a0
commit efbdaa800f
3 changed files with 4 additions and 9 deletions

7
dist/app.css vendored
View File

@@ -12048,13 +12048,13 @@ a {
} }
} }
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 { .headline-lg, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
font-size: 40px; font-size: 40px;
line-height: 40px; line-height: 40px;
margin-bottom: 2rem; margin-bottom: 2rem;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.headline-lg, section.grid-callout h2, section.grid-callout .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 { .headline-lg, section.grid-callout h2, section.grid-callout .h2, section.flex-5050-cta h2, section.flex-5050-cta .h2, section.multiblock-callout h2, section.multiblock-callout .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2 {
font-size: 70px; font-size: 70px;
line-height: 70px; line-height: 70px;
margin-bottom: 3rem; margin-bottom: 3rem;
@@ -12402,9 +12402,6 @@ section.flex-5050-cta .overflow-image {
} }
section.flex-5050-cta h2, section.flex-5050-cta .h2 { section.flex-5050-cta h2, section.flex-5050-cta .h2 {
color: #063C5A; color: #063C5A;
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
} }
section.grid-callout { section.grid-callout {

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
"/app.css": "/app.css?id=af05270384606323ff6d1ef9117f02cb" "/app.css": "/app.css?id=b0e9a5c3b890d6cca62fab291479ca8d"
} }

View File

@@ -34,9 +34,7 @@ section.flex-5050-cta {
h2 { h2 {
@extend .goudy; @extend .goudy;
@extend .headline-lg;
color: $c-navy; color: $c-navy;
font-size: 70px;
line-height: 70px;
margin-bottom: 3rem;
} }
} }