From 5292a51abccd0a40b9f36b6ddf4805648e61baf9 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 7 May 2025 13:38:28 -0700 Subject: [PATCH] WIP --- dist/app.css | 6 +++++- dist/mix-manifest.json | 2 +- src/scss/flex-multiblock-callout.scss | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dist/app.css b/dist/app.css index 2b53ba2..dcc9a49 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12099,11 +12099,15 @@ section.multiblock-callout h2, section.multiblock-callout .h2 { line-height: 77px; margin-bottom: 3rem; } +section.multiblock-callout .left-image { + background-position: center; + background-size: cover; +} section.multiblock-callout .callouts-wrapper .callout { padding-left: 3rem; display: flex; gap: 1rem; - margin-bottom: 170px; + margin-bottom: 60px; } section.multiblock-callout .callouts-wrapper .callout:last-of-type { margin: 0; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index a6bb415..5e42647 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=38865caa9093f25a5b62fa1e02b7408e" + "/app.css": "/app.css?id=5715be17c18e6ed80c21654e2b378420" } diff --git a/src/scss/flex-multiblock-callout.scss b/src/scss/flex-multiblock-callout.scss index 33dedc0..c674c5f 100644 --- a/src/scss/flex-multiblock-callout.scss +++ b/src/scss/flex-multiblock-callout.scss @@ -11,7 +11,8 @@ section.multiblock-callout { } .left-image { - + background-position: center; + background-size: cover; } .callouts-wrapper { @@ -19,7 +20,7 @@ section.multiblock-callout { padding-left: 3rem; display: flex; gap: 1rem; - margin-bottom: 170px; + margin-bottom: 60px; &:last-of-type { margin: 0;