Spaces:
Running
Running
Commit
·
90e500e
1
Parent(s):
e4f33fe
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -415,7 +415,7 @@ button:hover {
|
|
415 |
}
|
416 |
|
417 |
.search-input {
|
418 |
-
width:
|
419 |
padding: 10px;
|
420 |
font-size: 16px;
|
421 |
border-radius: 5px;
|
|
|
415 |
}
|
416 |
|
417 |
.search-input {
|
418 |
+
width: 120px; /* Set the desired fixed width */
|
419 |
padding: 10px;
|
420 |
font-size: 16px;
|
421 |
border-radius: 5px;
|