DSatishchandra commited on
Commit
6ec1a66
·
verified ·
1 Parent(s): c2bc144

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -3
templates/menu.html CHANGED
@@ -219,7 +219,6 @@ h1.text-center {
219
  /* Style for add-on checkboxes */
220
  .addon-section .form-check {
221
  margin-left: 10px;
222
- border: 2px solid #666;
223
  }
224
  /* Category Filter with Custom Radio Buttons */
225
  form.text-center.mb-4 {
@@ -231,14 +230,14 @@ form.text-center.mb-4 {
231
  }
232
  .form-check {
233
  display: inline-block;
234
- margin-right: 5px; /* Reduced space between radio button and label */
235
  margin-bottom: 0; /* Remove bottom margin */
236
  margin-top: 10px; /* Adds space between categories and Customized Dish */
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;
 
219
  /* Style for add-on checkboxes */
220
  .addon-section .form-check {
221
  margin-left: 10px;
 
222
  }
223
  /* Category Filter with Custom Radio Buttons */
224
  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;