From 351f26fa8b9a3d3b21f3f77d0c4c5009434b1cc3 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 17 Jun 2025 13:57:40 -0700 Subject: [PATCH] responsive stuff --- dist/app.css | 3 +++ dist/mix-manifest.json | 2 +- src/scss/header.scss | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dist/app.css b/dist/app.css index ff63de9..bb85954 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12343,6 +12343,8 @@ input, label, textarea { .main-nav { padding: 2rem 0; + position: relative; + z-index: 1; } .main-nav .logo-wrapper { max-width: 400px; @@ -12447,6 +12449,7 @@ input, label, textarea { left: 0; list-style-type: none; padding: 0; + background-color: #fff; } } @media (max-width: 991.98px) { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 40a3907..0b9bd0e 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", - "/app.css": "/app.css?id=554720acd392836642585bf6bb930aa8" + "/app.css": "/app.css?id=d1f1d1a6e76dc1dc8d184ce9017763bb" } diff --git a/src/scss/header.scss b/src/scss/header.scss index 791450b..d734f16 100644 --- a/src/scss/header.scss +++ b/src/scss/header.scss @@ -31,6 +31,8 @@ .main-nav { padding: 2rem 0; + position: relative; + z-index: 1; .logo-wrapper { max-width: 400px; @@ -146,6 +148,7 @@ left: 0; list-style-type: none; padding: 0; + background-color: $c-white; } } }