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%;