Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +4 -4
templates/menu.html
CHANGED
|
@@ -159,7 +159,7 @@
|
|
| 159 |
/* Ensure the category filter dropdown does not overlap */
|
| 160 |
form.text-center.mb-4 {
|
| 161 |
margin-top: 10px; /* No margin at the top */
|
| 162 |
-
margin-bottom:
|
| 163 |
}
|
| 164 |
|
| 165 |
/* Ensure the container has enough margin so nothing is overlapped */
|
|
@@ -171,6 +171,7 @@ form.text-center.mb-4 {
|
|
| 171 |
h1.text-center {
|
| 172 |
margin-top: 10px; /* Reduced space above */
|
| 173 |
padding-top: 0 !important; /* Removed padding */
|
|
|
|
| 174 |
}
|
| 175 |
|
| 176 |
.fixed-top-bar {
|
|
@@ -188,8 +189,6 @@ h1.text-center {
|
|
| 188 |
align-items: center; /* Vertically align items */
|
| 189 |
z-index: 1000; /* Make sure it's still above other content */
|
| 190 |
}
|
| 191 |
-
|
| 192 |
-
|
| 193 |
.avatar-dropdown-container {
|
| 194 |
position: absolute;
|
| 195 |
right: 20px; /* Adjust the value as needed to position it properly */
|
|
@@ -255,6 +254,7 @@ form.text-center.mb-4 {
|
|
| 255 |
flex-direction: column;
|
| 256 |
align-items: center;
|
| 257 |
justify-content: center;
|
|
|
|
| 258 |
}
|
| 259 |
|
| 260 |
.form-check {
|
|
@@ -321,7 +321,7 @@ form.text-center.mb-4 {
|
|
| 321 |
.modal-footer .form-control {
|
| 322 |
margin-right: 10px; /* Add a little space between the quantity input and the buttons */
|
| 323 |
}
|
| 324 |
-
|
| 325 |
display: flex;
|
| 326 |
align-items: center;
|
| 327 |
gap: 10px;
|
|
|
|
| 159 |
/* Ensure the category filter dropdown does not overlap */
|
| 160 |
form.text-center.mb-4 {
|
| 161 |
margin-top: 10px; /* No margin at the top */
|
| 162 |
+
margin-bottom: 0px; /* Small space at the bottom */
|
| 163 |
}
|
| 164 |
|
| 165 |
/* Ensure the container has enough margin so nothing is overlapped */
|
|
|
|
| 171 |
h1.text-center {
|
| 172 |
margin-top: 10px; /* Reduced space above */
|
| 173 |
padding-top: 0 !important; /* Removed padding */
|
| 174 |
+
font-weight: semi-bold; /* Make the "Menu" text bold */
|
| 175 |
}
|
| 176 |
|
| 177 |
.fixed-top-bar {
|
|
|
|
| 189 |
align-items: center; /* Vertically align items */
|
| 190 |
z-index: 1000; /* Make sure it's still above other content */
|
| 191 |
}
|
|
|
|
|
|
|
| 192 |
.avatar-dropdown-container {
|
| 193 |
position: absolute;
|
| 194 |
right: 20px; /* Adjust the value as needed to position it properly */
|
|
|
|
| 254 |
flex-direction: column;
|
| 255 |
align-items: center;
|
| 256 |
justify-content: center;
|
| 257 |
+
margin-bottom: 5px; /* Reduce bottom margin */
|
| 258 |
}
|
| 259 |
|
| 260 |
.form-check {
|
|
|
|
| 321 |
.modal-footer .form-control {
|
| 322 |
margin-right: 10px; /* Add a little space between the quantity input and the buttons */
|
| 323 |
}
|
| 324 |
+
.cart-container {
|
| 325 |
display: flex;
|
| 326 |
align-items: center;
|
| 327 |
gap: 10px;
|