From 951a81050d1252dcf006dc4fb8b3784c854ff42d Mon Sep 17 00:00:00 2001 From: wbraden <133058316+wbraden@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:53:25 -0600 Subject: [PATCH] removed nav on mobile just for a bit --- css/main.css | 4 ++++ index.html | 2 +- retailer.html | 5 ++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 3991604..99915e1 100644 --- a/css/main.css +++ b/css/main.css @@ -452,6 +452,7 @@ img.avatar { overflow: hidden; height: 400px; /* Adjust this height as needed */ position: relative; + margin-bottom: 2rem; } @media (min-width: 0px) and (max-width: 767px) { .retail-banner { @@ -905,4 +906,7 @@ button { border-color: var(--cpg-card-background-color, white); /* Default to white if not defined */ color: var(--cpg-card-content-color, #000000); } + .navbar-container { + display: none; + } } diff --git a/index.html b/index.html index 2a35323..453db7b 100644 --- a/index.html +++ b/index.html @@ -336,7 +336,7 @@

Good morning, Amanda

-
+ diff --git a/retailer.html b/retailer.html index 5faaf33..445ca87 100644 --- a/retailer.html +++ b/retailer.html @@ -31,7 +31,7 @@
- + Deals
- - ver 3 +