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

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +4 -3
templates/menu.html CHANGED
@@ -233,12 +233,12 @@ form.text-center.mb-4 {
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;
@@ -270,6 +270,7 @@ form.text-center.mb-4 {
270
  top: 5px;
271
  left: 5px;
272
  border-radius: 50%;
 
273
  }
274
  .custom-radio:hover {
275
  border-color: #388E3C;
@@ -277,7 +278,7 @@ form.text-center.mb-4 {
277
  /* Optional: Style the labels */
278
  .form-check-label {
279
  font-size: 16px;
280
- margin-left: 5px; /* Space between the radio button and the label */
281
  }
282
  .cart-container {
283
  display: flex;
 
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: 15px; /* Decrease space between each radio button */
242
  }
243
  .form-check-label {
244
  display: inline-block;
 
270
  top: 5px;
271
  left: 5px;
272
  border-radius: 50%;
273
+ padding: 15px;
274
  }
275
  .custom-radio:hover {
276
  border-color: #388E3C;
 
278
  /* Optional: Style the labels */
279
  .form-check-label {
280
  font-size: 16px;
281
+ margin-left: 0px; /* Space between the radio button and the label */
282
  }
283
  .cart-container {
284
  display: flex;