Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +3 -1
templates/menu.html
CHANGED
@@ -223,6 +223,8 @@ h1.text-center {
|
|
223 |
/* Category Filter with Custom Radio Buttons */
|
224 |
form.text-center.mb-4 {
|
225 |
display: flex;
|
|
|
|
|
226 |
flex-direction: column;
|
227 |
align-items: center;
|
228 |
justify-content: center;
|
@@ -233,7 +235,7 @@ form.text-center.mb-4 {
|
|
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
|
237 |
/* vertical-align: middle; /* Align radio buttons vertically */
|
238 |
}
|
239 |
.form-check-inline {
|
|
|
223 |
/* Category Filter with Custom Radio Buttons */
|
224 |
form.text-center.mb-4 {
|
225 |
display: flex;
|
226 |
+
flex-wrap: wrap; /* Allow wrapping if needed */
|
227 |
+
gap: 15px;/* Add gap between the radio buttons */
|
228 |
flex-direction: column;
|
229 |
align-items: center;
|
230 |
justify-content: center;
|
|
|
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: 5px; /* Add gap between the radio button and the label */
|
239 |
/* vertical-align: middle; /* Align radio buttons vertically */
|
240 |
}
|
241 |
.form-check-inline {
|