Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
|
@@ -158,7 +158,7 @@
|
|
| 158 |
|
| 159 |
/* Ensure the category filter dropdown does not overlap */
|
| 160 |
form.text-center.mb-4 {
|
| 161 |
-
margin-top:
|
| 162 |
margin-bottom: 10px; /* Small space at the bottom */
|
| 163 |
}
|
| 164 |
|
|
|
|
| 158 |
|
| 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: 10px; /* Small space at the bottom */
|
| 163 |
}
|
| 164 |
|