From bbbc2e9ce1b9c29989f565d1125e8fae726b3754 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 12:07:06 -0700 Subject: [PATCH] WIP --- dist/app.css | 5 +++++ dist/mix-manifest.json | 2 +- src/scss/flex-5050-cta.scss | 6 ++++++ tpl/flex_5050_cta.tpl | 2 ++ 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/dist/app.css b/dist/app.css index 9b01bda..98eeb29 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12373,6 +12373,11 @@ section.flex-5050-cta { position: relative; padding: 6rem 0; } +@media (max-width: 767.98px) { + section.flex-5050-cta .col:last-of-type { + display: none; + } +} section.flex-5050-cta .overflow-image { position: absolute; top: 5rem; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 51b1139..11f51c4 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=8ec429bf2f1aca4b35703861df9b974b" + "/app.css": "/app.css?id=ed9e400cbe42e1e77ea8b30017a3c216" } diff --git a/src/scss/flex-5050-cta.scss b/src/scss/flex-5050-cta.scss index 368ee1c..e48abc9 100644 --- a/src/scss/flex-5050-cta.scss +++ b/src/scss/flex-5050-cta.scss @@ -2,6 +2,12 @@ section.flex-5050-cta { position: relative; padding: 6rem 0; + @include media-breakpoint-down(md) { + .col:last-of-type { + display: none; + } + } + .overflow-image { position: absolute; top: 5rem; diff --git a/tpl/flex_5050_cta.tpl b/tpl/flex_5050_cta.tpl index 35e0986..07afe08 100644 --- a/tpl/flex_5050_cta.tpl +++ b/tpl/flex_5050_cta.tpl @@ -11,6 +11,8 @@ {{ button_text }}

{{/if}} + +