Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +4 -4
templates/menu.html
CHANGED
@@ -42,7 +42,7 @@
|
|
42 |
}
|
43 |
|
44 |
/* model */
|
45 |
-
.modal-footer {
|
46 |
display: flex;
|
47 |
align-items: center;
|
48 |
justify-content: space-between; /* Space between quantity controls and Add to Cart button */
|
@@ -104,7 +104,7 @@
|
|
104 |
.modal-footer .d-flex {
|
105 |
gap: 8px; /* Reduce space between quantity buttons on smaller screens */
|
106 |
}
|
107 |
-
}
|
108 |
|
109 |
|
110 |
|
@@ -490,7 +490,7 @@ form-check-input addon-option{
|
|
490 |
}
|
491 |
|
492 |
/* modal################## */
|
493 |
-
|
494 |
display: flex;
|
495 |
align-items: center;
|
496 |
justify-content: space-between; /* Space between quantity and Add to Cart button */
|
@@ -537,7 +537,7 @@ form-check-input addon-option{
|
|
537 |
width: 40px; /* Adjust input size for smaller screens */
|
538 |
height: 35px;
|
539 |
}
|
540 |
-
}
|
541 |
</style>
|
542 |
</head>
|
543 |
<body>
|
|
|
42 |
}
|
43 |
|
44 |
/* model */
|
45 |
+
/* .modal-footer {
|
46 |
display: flex;
|
47 |
align-items: center;
|
48 |
justify-content: space-between; /* Space between quantity controls and Add to Cart button */
|
|
|
104 |
.modal-footer .d-flex {
|
105 |
gap: 8px; /* Reduce space between quantity buttons on smaller screens */
|
106 |
}
|
107 |
+
} */
|
108 |
|
109 |
|
110 |
|
|
|
490 |
}
|
491 |
|
492 |
/* modal################## */
|
493 |
+
.modal-footer {
|
494 |
display: flex;
|
495 |
align-items: center;
|
496 |
justify-content: space-between; /* Space between quantity and Add to Cart button */
|
|
|
537 |
width: 40px; /* Adjust input size for smaller screens */
|
538 |
height: 35px;
|
539 |
}
|
540 |
+
}
|
541 |
</style>
|
542 |
</head>
|
543 |
<body>
|