DSatishchandra commited on
Commit
51e9f67
·
verified ·
1 Parent(s): 84f45c3

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -2
templates/menu.html CHANGED
@@ -248,9 +248,9 @@ h1.text-center {
248
 
249
  /* Style for add-on checkboxes */
250
  .addon-section .form-check {
251
- display: flex;
252
  align-items: center; /* Align checkboxes and labels */
253
- margin-left: 10px;
254
  color: #343a40; /* Darker text color */
255
  }
256
 
 
248
 
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: 20px; /* Space between checkboxes */
254
  color: #343a40; /* Darker text color */
255
  }
256