DSatishchandra commited on
Commit
43ed399
·
verified ·
1 Parent(s): e4d358a

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +1 -3
templates/menu.html CHANGED
@@ -253,8 +253,6 @@ h1.text-center {
253
 
254
  }
255
 
256
-
257
-
258
  /* Category Filter with Custom Radio Buttons */
259
  form.text-center.mb-4 {
260
  display: flex;
@@ -283,7 +281,7 @@ form.text-center.mb-4 {
283
  margin-left: 5px; /* Spacing between radio button and label */
284
  vertical-align: middle; /* Align label vertically */
285
  }
286
- .form-check-input addon-option{
287
  color: #78706E;
288
  }
289
 
 
253
 
254
  }
255
 
 
 
256
  /* Category Filter with Custom Radio Buttons */
257
  form.text-center.mb-4 {
258
  display: flex;
 
281
  margin-left: 5px; /* Spacing between radio button and label */
282
  vertical-align: middle; /* Align label vertically */
283
  }
284
+ form-check-input addon-option{
285
  color: #78706E;
286
  }
287