From 8fd449190d458a7c341b1157de6914d59a139c08 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 7 May 2025 10:27:43 -0700 Subject: [PATCH] WIP --- dist/app.css | 23 ++++++++++++++++++++++- dist/mix-manifest.json | 2 +- src/scss/app.scss | 1 + 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/dist/app.css b/dist/app.css index f32657a..f641f2b 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12033,7 +12033,7 @@ a { text-decoration: none; } -.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, section.side-by-side-text h2, section.side-by-side-text .h2, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 { +.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, .text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2, section.side-by-side-text h2, section.side-by-side-text .h2, .intro_block h1, .team-member-top h1, .team-members-top h1, .intro_block .h1, .team-member-top .h1, .team-members-top .h1 { font-family: "Goudy Bookletter 1911", serif; } @@ -12066,6 +12066,27 @@ section.side-by-side-text .right > * { padding-left: 6rem; } +.text-over-image-b { + background-position: center; + background-size: cover; +} +.text-over-image-b .content-wrapper { + display: flex; + justify-content: flex-end; +} +.text-over-image-b .content-wrapper .content { + background-color: rgba(255, 255, 255, 0.8); + padding: 6rem 2rem; +} +.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; +} +.text-over-image-b .content-wrapper .content strong { + color: #063C5A; +} + .team-members .team-members-wrapper { display: flex; flex-wrap: wrap; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 9c6bd29..d4fe36e 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=360201ffd6644f937f287162de846efe" + "/app.css": "/app.css?id=aae325d2ce64a51ef88df6cb2c7fa66c" } diff --git a/src/scss/app.scss b/src/scss/app.scss index d5626df..832ad25 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -7,6 +7,7 @@ @import "flex-intro-block"; @import "flex-side-by-side"; +@import "flex-text-over-image-b"; @import "team-members"; @import "team-member";