DSatishchandra commited on
Commit
e194c92
·
verified ·
1 Parent(s): dd01cc2

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +3 -3
templates/menu.html CHANGED
@@ -249,8 +249,8 @@ h1.text-center {
249
  /* Style for add-on checkboxes */
250
  .addon-section .form-check {
251
  display: inline-flex; /* Display checkboxes horizontally */
252
- align-items: center; /* Align checkboxes and labels */
253
- margin-left: 15px; /* Space between checkboxes */
254
  color: #343a40; /* Darker text color */
255
  }
256
 
@@ -286,7 +286,7 @@ h1.text-center {
286
 
287
  /* Hover effect for the checkboxes */
288
  .addon-section .form-check-input:hover {
289
- background-color: #006400; /* Slightly darker background on hover */
290
  }
291
 
292
  /* Focus effect on custom checkbox */
 
249
  /* Style for add-on checkboxes */
250
  .addon-section .form-check {
251
  display: inline-flex; /* Display checkboxes horizontally */
252
+ align-items: flex-start; /* Align checkboxes and labels */
253
+ margin-left: 10px; /* Space between checkboxes */
254
  color: #343a40; /* Darker text color */
255
  }
256
 
 
286
 
287
  /* Hover effect for the checkboxes */
288
  .addon-section .form-check-input:hover {
289
+ /* background-color: #006400; /* Slightly darker background on hover */
290
  }
291
 
292
  /* Focus effect on custom checkbox */