Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +2 -3
templates/menu.html
CHANGED
@@ -19,7 +19,6 @@
|
|
19 |
|
20 |
.container {
|
21 |
max-width: 900px;
|
22 |
-
/*margin-top: 10px; /* Adjust spacing to control space between filter and menu */
|
23 |
}
|
24 |
|
25 |
.menu-card {
|
@@ -298,7 +297,7 @@ form.text-center.mb-4 {
|
|
298 |
|
299 |
.custom-radio:checked::after {
|
300 |
content: '';
|
301 |
-
position:
|
302 |
top: 5px;
|
303 |
left: 5px;
|
304 |
border-radius: 50%;
|
@@ -363,7 +362,7 @@ form.text-center.mb-4 {
|
|
363 |
@media (max-width: 576px) {
|
364 |
/* Responsive adjustments for smaller screens */
|
365 |
.modal-dialog {
|
366 |
-
max-width:
|
367 |
}
|
368 |
|
369 |
.modal-footer .btn {
|
|
|
19 |
|
20 |
.container {
|
21 |
max-width: 900px;
|
|
|
22 |
}
|
23 |
|
24 |
.menu-card {
|
|
|
297 |
|
298 |
.custom-radio:checked::after {
|
299 |
content: '';
|
300 |
+
position: relative;
|
301 |
top: 5px;
|
302 |
left: 5px;
|
303 |
border-radius: 50%;
|
|
|
362 |
@media (max-width: 576px) {
|
363 |
/* Responsive adjustments for smaller screens */
|
364 |
.modal-dialog {
|
365 |
+
max-width: 100%; /* Adjust modal width for smaller screens */
|
366 |
}
|
367 |
|
368 |
.modal-footer .btn {
|