From 9b3c47cd187033b0c0421305d8988dd6dbc1f5c0 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Mon, 2 Jun 2025 17:04:34 -0700 Subject: [PATCH] WIP --- dist/app.css | 2 +- dist/mix-manifest.json | 2 +- src/scss/flex-blue-background-grid.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/app.css b/dist/app.css index 2567dd9..a11a2c9 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12611,7 +12611,7 @@ section.services-blocks .large-arrow svg { section.blue-background-grid { background-color: #063C5A; - padding: 4rem; + padding: 4rem 0; color: #fff; } section.blue-background-grid .col { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 4e0e444..3149c88 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=6132e301e3bc0af8df0282267df65ecf" + "/app.css": "/app.css?id=1aa530ca56397d7f27749e5210b1199e" } diff --git a/src/scss/flex-blue-background-grid.scss b/src/scss/flex-blue-background-grid.scss index e7298d9..5ae8cca 100644 --- a/src/scss/flex-blue-background-grid.scss +++ b/src/scss/flex-blue-background-grid.scss @@ -1,6 +1,6 @@ section.blue-background-grid { background-color: $c-navy; - padding: 4rem; + padding: 4rem 0; color: $c-white; h2 {