Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -249,7 +249,7 @@ h1.text-center {
|
|
249 |
/* Style for add-on checkboxes */
|
250 |
.addon-section .form-check {
|
251 |
display: inline-flex; /* Display checkboxes horizontally */
|
252 |
-
align-items:
|
253 |
margin-left: 10px; /* Space between checkboxes */
|
254 |
color: #343a40; /* Darker text color */
|
255 |
}
|
|
|
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: 10px; /* Space between checkboxes */
|
254 |
color: #343a40; /* Darker text color */
|
255 |
}
|