From b18d18888ff1af529d5f59f4a36ec6dc8b276274 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 7 May 2025 14:39:12 -0700 Subject: [PATCH] WIP --- dist/app.css | 4 ++-- dist/mix-manifest.json | 2 +- src/scss/flex-text-over-image-a.scss | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/app.css b/dist/app.css index 13eac60..f1e4ed9 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12106,12 +12106,12 @@ section.side-by-side-text .right > * { .text-over-image-a { background-position: center; background-size: cover; + padding-bottom: 4rem; } .text-over-image-a .content-wrapper { background-color: rgba(6, 60, 90, 0.8); transform: translateY(-1.25rem); - padding-top: 4rem; - padding-bottom: 2rem; + padding: 4rem 3rem 2rem; } .text-over-image-a .content-wrapper .content { color: #fff; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 916d269..faf7fd5 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", - "/app.css": "/app.css?id=96fb32fdca84f9e3379b00ab8d088f0b" + "/app.css": "/app.css?id=b7f80c707cd66ce6665e4358486c5721" } diff --git a/src/scss/flex-text-over-image-a.scss b/src/scss/flex-text-over-image-a.scss index d880d46..4b6a8e9 100644 --- a/src/scss/flex-text-over-image-a.scss +++ b/src/scss/flex-text-over-image-a.scss @@ -1,12 +1,12 @@ .text-over-image-a { background-position: center; background-size: cover; + padding-bottom: 4rem; .content-wrapper { background-color: rgba($c-navy, 0.8); transform: translateY(-1.25rem); - padding-top: 4rem; - padding-bottom: 2rem; + padding: 4rem 3rem 2rem; .content { color: $c-white;