From daff52a388f5c752752fb386a5f3c65d82e448e3 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 11:29:31 -0700 Subject: [PATCH] WIP --- dist/app.css | 9 +++++---- dist/mix-manifest.json | 2 +- src/scss/flex-grid-callout.scss | 7 +++++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/dist/app.css b/dist/app.css index ba3a335..d4bdfd2 100644 --- a/dist/app.css +++ b/dist/app.css @@ -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; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 98f8fdc..cde17d3 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=e87e05bd26822b1fc6dae092decfb838", - "/app.css": "/app.css?id=8a13ab0b4b1eb36e057ec8312614db54" + "/app.css": "/app.css?id=dfd2bbb8bfce62fab124172402212ca1" } diff --git a/src/scss/flex-grid-callout.scss b/src/scss/flex-grid-callout.scss index 58b316e..91b4492 100644 --- a/src/scss/flex-grid-callout.scss +++ b/src/scss/flex-grid-callout.scss @@ -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;