Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -235,7 +235,7 @@ form.text-center.mb-4 {
|
|
235 |
margin-right: 15px; /* Reduced space between radio button and label */
|
236 |
margin-bottom: 0; /* Remove bottom margin */
|
237 |
margin-top: 10px; /* Adds space between categories and Customized Dish */
|
238 |
-
gap:
|
239 |
/* vertical-align: middle; /* Align radio buttons vertically */
|
240 |
}
|
241 |
.form-check-inline {
|
|
|
235 |
margin-right: 15px; /* Reduced space between radio button and label */
|
236 |
margin-bottom: 0; /* Remove bottom margin */
|
237 |
margin-top: 10px; /* Adds space between categories and Customized Dish */
|
238 |
+
gap: 10px; /* Add gap between the radio button and the label */
|
239 |
/* vertical-align: middle; /* Align radio buttons vertically */
|
240 |
}
|
241 |
.form-check-inline {
|