Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
|
@@ -177,13 +177,13 @@
|
|
| 177 |
display: flex;
|
| 178 |
justify-content: flex-start; /* Align items to the left */
|
| 179 |
align-items: center; /* Vertically center */
|
| 180 |
-
width:
|
| 181 |
}
|
| 182 |
.search-bar-container input {
|
| 183 |
width: 100%;
|
| 184 |
padding: 8px;
|
| 185 |
font-size: 16px;
|
| 186 |
-
border-radius:
|
| 187 |
border: none;
|
| 188 |
}
|
| 189 |
|
|
|
|
| 177 |
display: flex;
|
| 178 |
justify-content: flex-start; /* Align items to the left */
|
| 179 |
align-items: center; /* Vertically center */
|
| 180 |
+
width: 300px; /* Adjust width as needed */
|
| 181 |
}
|
| 182 |
.search-bar-container input {
|
| 183 |
width: 100%;
|
| 184 |
padding: 8px;
|
| 185 |
font-size: 16px;
|
| 186 |
+
border-radius: 10px;
|
| 187 |
border: none;
|
| 188 |
}
|
| 189 |
|