Spaces:
Running
Running
Commit
·
640b568
1
Parent(s):
fdf9c4b
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -419,8 +419,8 @@ button:hover {
|
|
419 |
|
420 |
/* Assuming a fixed width and height */
|
421 |
.search-input {
|
422 |
-
width:
|
423 |
-
height:
|
424 |
padding: 10px;
|
425 |
font-size: 16px;
|
426 |
border: 1px solid #ccc;
|
|
|
419 |
|
420 |
/* Assuming a fixed width and height */
|
421 |
.search-input {
|
422 |
+
width: 20px; /* Adjust as needed */
|
423 |
+
height: 35px; /* Adjust as needed */
|
424 |
padding: 10px;
|
425 |
font-size: 16px;
|
426 |
border: 1px solid #ccc;
|