This commit is contained in:
cowboykipnugget
2025-02-19 13:37:40 +01:00
parent c18de592f2
commit 33516f9911

View File

@@ -35,6 +35,10 @@ body {
flex-wrap: nowrap; /* Ensure all items are in a single row */ 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 { .menu-item {
background-color: #ff8c00; background-color: #ff8c00;
padding: 10px 20px; padding: 10px 20px;
@@ -61,10 +65,6 @@ body {
margin-top: 60px; /* Add margin to ensure it starts below the top bar */ 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 { .product-box {
width: 200px; /* Keep the width fixed */ width: 200px; /* Keep the width fixed */
margin: 10px; margin: 10px;
@@ -102,7 +102,7 @@ body {
.modal-content { .modal-content {
background-color: white; background-color: white;
margin: 5% auto; margin: 7% auto;
padding: 20px; padding: 20px;
border-radius: 8px; border-radius: 8px;
width: 80%; width: 80%;