DSatishchandra commited on
Commit
5a65ce1
·
verified ·
1 Parent(s): ce9135b

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +4 -3
templates/menu.html CHANGED
@@ -230,19 +230,20 @@ form.text-center.mb-4 {
230
  }
231
  .form-check {
232
  display: inline-block;
233
- margin-right: -5px; /* 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
  /* vertical-align: middle; /* Align radio buttons vertically */
237
  }
238
  .form-check-inline {
239
  display: inline-block;
240
- margin-right: 0px; /* Decrease space between each radio button */
241
  }
242
  .form-check-label {
243
  display: inline-block;
244
  font-size: 16px;
245
- margin-left: 0px; /* Spacing between radio button and label */
246
  vertical-align: middle; /* Align label vertically */
247
  }
248
  .custom-radio {
 
230
  }
231
  .form-check {
232
  display: inline-block;
233
+ margin-right: 5px; /* 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;
237
  /* vertical-align: middle; /* Align radio buttons vertically */
238
  }
239
  .form-check-inline {
240
  display: inline-block;
241
+ margin-right: 5px; /* Decrease space between each radio button */
242
  }
243
  .form-check-label {
244
  display: inline-block;
245
  font-size: 16px;
246
+ margin-left: 5px; /* Spacing between radio button and label */
247
  vertical-align: middle; /* Align label vertically */
248
  }
249
  .custom-radio {