From ac85f600ad4f4ea05a43da64733e3d652d19cdda Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 7 May 2025 15:25:58 -0700 Subject: [PATCH] WIP --- dist/app.css | 7 +++++++ dist/mix-manifest.json | 2 +- src/scss/flex-3-column-callouts.scss | 9 +++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/dist/app.css b/dist/app.css index 7f4e0c7..005bd6c 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12280,6 +12280,13 @@ section.grid-callout .callout.first-callout img { padding: 3rem 3rem 5rem 4rem; line-height: 37px; } +.flex_3_column_callouts .callout .image-wrapper { + margin-bottom: 3rem; +} +.flex_3_column_callouts .callout img { + width: 47px; + height: 47px; +} .flex_3_column_callouts .callout p.headline { font-size: 30px; font-weight: 600; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index dadd440..fabb95a 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=00de5b39848e225c331bd0de5505825a" + "/app.css": "/app.css?id=a0575a91d09edff9dcfe6a3c040c86f6" } diff --git a/src/scss/flex-3-column-callouts.scss b/src/scss/flex-3-column-callouts.scss index a508aef..7d37a83 100644 --- a/src/scss/flex-3-column-callouts.scss +++ b/src/scss/flex-3-column-callouts.scss @@ -3,6 +3,15 @@ padding: 3rem 3rem 5rem 4rem; line-height: 37px; + .image-wrapper { + margin-bottom: 3rem; + } + + img { + width: 47px; + height: 47px; + } + p.headline { font-size: 30px; font-weight: 600;