Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -224,7 +224,7 @@ h1.text-center {
|
|
224 |
form.text-center.mb-4 {
|
225 |
display: flex;
|
226 |
flex-wrap: wrap; /* Allow wrapping if needed */
|
227 |
-
gap: 15px;/* Add gap between the radio buttons */
|
228 |
flex-direction: column;
|
229 |
align-items: center;
|
230 |
justify-content: center;
|
|
|
224 |
form.text-center.mb-4 {
|
225 |
display: flex;
|
226 |
flex-wrap: wrap; /* Allow wrapping if needed */
|
227 |
+
/*gap: 15px;/* Add gap between the radio buttons */
|
228 |
flex-direction: column;
|
229 |
align-items: center;
|
230 |
justify-content: center;
|