Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +2 -4
templates/menu.html
CHANGED
@@ -164,16 +164,14 @@
|
|
164 |
max-width: 500px; /* Adjust the width */
|
165 |
display: flex;
|
166 |
justify-content: center;
|
167 |
-
|
168 |
.search-bar-container input {
|
169 |
width: 100%;
|
170 |
padding: 8px;
|
171 |
font-size: 16px;
|
172 |
border-radius: 20px;
|
173 |
border: none;
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
/* Style for customization sections */
|
178 |
.addon-section {
|
179 |
background-color: #f8f9fa; /* Light gray background */
|
|
|
164 |
max-width: 500px; /* Adjust the width */
|
165 |
display: flex;
|
166 |
justify-content: center;
|
167 |
+
}
|
168 |
.search-bar-container input {
|
169 |
width: 100%;
|
170 |
padding: 8px;
|
171 |
font-size: 16px;
|
172 |
border-radius: 20px;
|
173 |
border: none;
|
174 |
+
}
|
|
|
|
|
175 |
/* Style for customization sections */
|
176 |
.addon-section {
|
177 |
background-color: #f8f9fa; /* Light gray background */
|