Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -230,7 +230,7 @@ form.text-center.mb-4 {
|
|
230 |
}
|
231 |
.form-check {
|
232 |
display: inline-block;
|
233 |
-
margin-right:
|
234 |
margin-bottom: 0; /* Remove bottom margin */
|
235 |
margin-top: 10px; /* Adds space between categories and Customized Dish */
|
236 |
gap=10px;
|
|
|
230 |
}
|
231 |
.form-check {
|
232 |
display: inline-block;
|
233 |
+
margin-right: 15px; /* Reduced space between radio button and label */
|
234 |
margin-bottom: 0; /* Remove bottom margin */
|
235 |
margin-top: 10px; /* Adds space between categories and Customized Dish */
|
236 |
gap=10px;
|