From c48f32c17eb7bbb558e1dd36c0ec661bae6f0724 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 15:15:42 -0700 Subject: [PATCH] WIP --- dist/app.css | 3 +++ dist/mix-manifest.json | 2 +- src/scss/header.scss | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dist/app.css b/dist/app.css index c459ed0..afc4955 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12122,6 +12122,9 @@ a { } } @media (max-width: 575.98px) { + .top-nav .logo-wrapper { + gap: 1rem !important; + } .top-nav .logo-wrapper img { max-width: 250px; } diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 254c11f..2d15bd3 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=bca903bb0343beb6ce0e79f88c3a7e85" + "/app.css": "/app.css?id=5dbda812bb1d21857734f245fab79c6f" } diff --git a/src/scss/header.scss b/src/scss/header.scss index 2091c13..d424230 100644 --- a/src/scss/header.scss +++ b/src/scss/header.scss @@ -28,6 +28,8 @@ } @include media-breakpoint-down(sm) { + gap: 1rem !important; + img { max-width: 250px; }