From efbdaa800f3cd1e4afb80b95ff677e5ed634e4f7 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 12:09:43 -0700 Subject: [PATCH] WIP --- dist/app.css | 7 ++----- dist/mix-manifest.json | 2 +- src/scss/flex-5050-cta.scss | 4 +--- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/dist/app.css b/dist/app.css index cb0db48..f9d056c 100644 --- a/dist/app.css +++ b/dist/app.css @@ -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; line-height: 40px; margin-bottom: 2rem; } @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; line-height: 70px; margin-bottom: 3rem; @@ -12402,9 +12402,6 @@ section.flex-5050-cta .overflow-image { } section.flex-5050-cta h2, section.flex-5050-cta .h2 { color: #063C5A; - font-size: 70px; - line-height: 70px; - margin-bottom: 3rem; } section.grid-callout { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 4a0235e..cb001d9 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=af05270384606323ff6d1ef9117f02cb" + "/app.css": "/app.css?id=b0e9a5c3b890d6cca62fab291479ca8d" } diff --git a/src/scss/flex-5050-cta.scss b/src/scss/flex-5050-cta.scss index 7e5b854..7449260 100644 --- a/src/scss/flex-5050-cta.scss +++ b/src/scss/flex-5050-cta.scss @@ -34,9 +34,7 @@ section.flex-5050-cta { h2 { @extend .goudy; + @extend .headline-lg; color: $c-navy; - font-size: 70px; - line-height: 70px; - margin-bottom: 3rem; } }