DSatishchandra commited on
Commit
0f907d7
·
verified ·
1 Parent(s): 27d7bc5

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. 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: 250px; /* Adjust width as needed */
181
  }
182
  .search-bar-container input {
183
  width: 100%;
184
  padding: 8px;
185
  font-size: 16px;
186
- border-radius: 20px;
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