DSatishchandra commited on
Commit
4b3fcc3
·
verified ·
1 Parent(s): d4a1aa4

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +5 -4
templates/menu.html CHANGED
@@ -165,12 +165,13 @@
165
  }
166
 
167
  .search-bar-container {
168
- margin-left: 20px;
169
- margin-right: 20px;
170
- flex: 1;
171
- max-width: 500px; /* Adjust the width */
172
  display: flex;
173
  justify-content: center;
 
 
 
174
  }
175
  .search-bar-container input {
176
  width: 100%;
 
165
  }
166
 
167
  .search-bar-container {
168
+ margin-left: auto;
169
+ margin-right: auto;
 
 
170
  display: flex;
171
  justify-content: center;
172
+ align-items: center; /* Ensures it centers vertically within the container */
173
+ width: 80%; /* You can adjust the width as needed */
174
+ max-width: 600px; /* Optional: Restrict the max width */
175
  }
176
  .search-bar-container input {
177
  width: 100%;