From 8ceb6c6f43081aaf1da8bbd2ebc82e5f8039a208 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 7 May 2025 10:29:36 -0700 Subject: [PATCH] WIP --- dist/app.css | 4 +++- dist/mix-manifest.json | 2 +- src/scss/flex-text-over-image-b.scss | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dist/app.css b/dist/app.css index f641f2b..035cc60 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12076,12 +12076,14 @@ section.side-by-side-text .right > * { } .text-over-image-b .content-wrapper .content { background-color: rgba(255, 255, 255, 0.8); - padding: 6rem 2rem; + padding: 6rem 4rem 6rem 3rem; + width: 40%; } .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2 { font-size: 70px; line-height: 77px; margin-bottom: 2rem; + color: #063C5A; } .text-over-image-b .content-wrapper .content strong { color: #063C5A; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index d4fe36e..408fb72 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=aae325d2ce64a51ef88df6cb2c7fa66c" + "/app.css": "/app.css?id=e0d233c95a56f79d7107968052187d06" } diff --git a/src/scss/flex-text-over-image-b.scss b/src/scss/flex-text-over-image-b.scss index f936b31..210fb1a 100644 --- a/src/scss/flex-text-over-image-b.scss +++ b/src/scss/flex-text-over-image-b.scss @@ -8,13 +8,15 @@ .content { background-color: rgba($c-white, 0.8); - padding: 6rem 2rem; + padding: 6rem 4rem 6rem 3rem; + width: 40%; h2 { @extend .goudy; font-size: 70px; line-height: 77px; margin-bottom: 2rem; + color: $c-navy; } strong {