Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +3 -3
templates/menu.html
CHANGED
|
@@ -203,14 +203,14 @@
|
|
| 203 |
border: 2px solid #ff6b35; /* Border color */
|
| 204 |
border-radius: 8px;
|
| 205 |
padding: 12px;
|
| 206 |
-
margin-bottom:
|
| 207 |
}
|
| 208 |
/* Customization section title */
|
| 209 |
.addon-section h6 {
|
| 210 |
margin-bottom: 10px;
|
| 211 |
font-size: 1.1rem;
|
| 212 |
font-weight: bold;
|
| 213 |
-
color: #
|
| 214 |
}
|
| 215 |
/* Style for add-on checkboxes */
|
| 216 |
.addon-section .form-check {
|
|
@@ -248,7 +248,7 @@
|
|
| 248 |
height: 20px;
|
| 249 |
border: 3px solid #4CAF50; /* Green border */
|
| 250 |
border-radius: 50%;
|
| 251 |
-
margin-right:
|
| 252 |
outline: none;
|
| 253 |
cursor: pointer;
|
| 254 |
position: relative;
|
|
|
|
| 203 |
border: 2px solid #ff6b35; /* Border color */
|
| 204 |
border-radius: 8px;
|
| 205 |
padding: 12px;
|
| 206 |
+
margin-bottom: 10px; /* Spacing between sections */
|
| 207 |
}
|
| 208 |
/* Customization section title */
|
| 209 |
.addon-section h6 {
|
| 210 |
margin-bottom: 10px;
|
| 211 |
font-size: 1.1rem;
|
| 212 |
font-weight: bold;
|
| 213 |
+
color: #4a4848;
|
| 214 |
}
|
| 215 |
/* Style for add-on checkboxes */
|
| 216 |
.addon-section .form-check {
|
|
|
|
| 248 |
height: 20px;
|
| 249 |
border: 3px solid #4CAF50; /* Green border */
|
| 250 |
border-radius: 50%;
|
| 251 |
+
margin-right: -5px; /* Increased spacing between button and label */
|
| 252 |
outline: none;
|
| 253 |
cursor: pointer;
|
| 254 |
position: relative;
|