Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -365,7 +365,7 @@ form.text-center.mb-4 {
|
|
365 |
@media (max-width: 576px) {
|
366 |
/* Responsive adjustments for smaller screens */
|
367 |
.modal-dialog {
|
368 |
-
max-width:
|
369 |
}
|
370 |
|
371 |
.modal-footer .btn {
|
|
|
365 |
@media (max-width: 576px) {
|
366 |
/* Responsive adjustments for smaller screens */
|
367 |
.modal-dialog {
|
368 |
+
max-width: 98%; /* Adjust modal width for smaller screens */
|
369 |
}
|
370 |
|
371 |
.modal-footer .btn {
|