From a55b36dd81140ac1c838876c7c2fa8ad9d7a2529 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 12:08:01 -0700 Subject: [PATCH] WIP --- dist/app.css | 8 ++++++++ dist/mix-manifest.json | 2 +- src/scss/flex-text-over-image-a.scss | 10 ++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/dist/app.css b/dist/app.css index 98eeb29..98b6ec0 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12266,6 +12266,14 @@ section.side-by-side-text h2, section.side-by-side-text .h2 { .text-over-image-a .col:last-of-type { display: none; } + .text-over-image-a img { + width: 100%; + display: block !important; + margin-top: 3rem; + } +} +.text-over-image-a img { + display: none; } .text-over-image-a .content-wrapper { background-color: rgba(6, 60, 90, 0.8); diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 11f51c4..43296eb 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=ed9e400cbe42e1e77ea8b30017a3c216" + "/app.css": "/app.css?id=a2676a09279eefa03bbb563944854371" } diff --git a/src/scss/flex-text-over-image-a.scss b/src/scss/flex-text-over-image-a.scss index 4a4a6ec..dc87774 100644 --- a/src/scss/flex-text-over-image-a.scss +++ b/src/scss/flex-text-over-image-a.scss @@ -7,6 +7,16 @@ .col:last-of-type { display: none; } + + img { + width: 100%; + display: block !important; + margin-top: 3rem; + } + } + + img { + display: none; } .content-wrapper {