From 398a3b8558b9df0bb0462130c92615877ac72ff6 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 7 May 2025 13:39:01 -0700 Subject: [PATCH] WIP --- dist/app.css | 1 + dist/mix-manifest.json | 2 +- src/scss/flex-multiblock-callout.scss | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/app.css b/dist/app.css index dcc9a49..263fb44 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12102,6 +12102,7 @@ section.multiblock-callout h2, section.multiblock-callout .h2 { section.multiblock-callout .left-image { background-position: center; background-size: cover; + margin-top: 3rem; } section.multiblock-callout .callouts-wrapper .callout { padding-left: 3rem; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 5e42647..04fefe7 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=5715be17c18e6ed80c21654e2b378420" + "/app.css": "/app.css?id=b2bb679cd6364b506b591bd248874484" } diff --git a/src/scss/flex-multiblock-callout.scss b/src/scss/flex-multiblock-callout.scss index c674c5f..dd479f3 100644 --- a/src/scss/flex-multiblock-callout.scss +++ b/src/scss/flex-multiblock-callout.scss @@ -13,6 +13,7 @@ section.multiblock-callout { .left-image { background-position: center; background-size: cover; + margin-top: 3rem; } .callouts-wrapper {