From e37a776b187d048312d9a6ca6bf53920c86e5773 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Mon, 2 Jun 2025 16:36:47 -0700 Subject: [PATCH] WIP --- dist/app.css | 5 +++-- dist/mix-manifest.json | 2 +- src/scss/flex-services-blocks.scss | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dist/app.css b/dist/app.css index 9a773f4..318ac18 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12569,12 +12569,13 @@ section.services-blocks .block:first-of-type { } @media (min-width: 992px) { section.services-blocks .block:first-of-type { - flex: 1 1 100%; + flex: 1 1 30%; + min-height: 100%; } } @media (min-width: 992px) { section.services-blocks .block { - flex: 1 1 calc(50% - 0.75rem); + flex: 1 1 calc(35% - 0.75rem); } } section.services-blocks .large-arrow { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 86c7400..fdfb69a 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=d1a41f95b4155242bd796e9ebfbd17e1" + "/app.css": "/app.css?id=3dd58c8a3e88b569e991bde2ea3f7916" } diff --git a/src/scss/flex-services-blocks.scss b/src/scss/flex-services-blocks.scss index 120eb6b..bea3032 100644 --- a/src/scss/flex-services-blocks.scss +++ b/src/scss/flex-services-blocks.scss @@ -50,12 +50,13 @@ section.services-blocks { background-color: $c-tan; @include media-breakpoint-up(lg) { - flex: 1 1 100%; + flex: 1 1 30%; + min-height: 100%; } } @include media-breakpoint-up(lg) { - flex: 1 1 calc(50% - 0.75rem); + flex: 1 1 calc(35% - 0.75rem); } }