From 33516f9911d734d84b571fe362cbba01c617aeaf Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Wed, 19 Feb 2025 13:37:40 +0100 Subject: [PATCH] l --- website/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/style.css b/website/style.css index a3392f9..e362b1e 100644 --- a/website/style.css +++ b/website/style.css @@ -35,6 +35,10 @@ body { flex-wrap: nowrap; /* Ensure all items are in a single row */ } +.menu-bar.dark { + background-color: #ff8c00; /* Darker background color when modal is open */ +} + .menu-item { background-color: #ff8c00; padding: 10px 20px; @@ -61,10 +65,6 @@ body { margin-top: 60px; /* Add margin to ensure it starts below the top bar */ } -.menu-bar.top + .product-display { - margin-top: 120px; /* Adjust margin when the menu bar is at the top */ -} - .product-box { width: 200px; /* Keep the width fixed */ margin: 10px; @@ -102,7 +102,7 @@ body { .modal-content { background-color: white; - margin: 5% auto; + margin: 7% auto; padding: 20px; border-radius: 8px; width: 80%;