Spaces:
Running
Running
JAYASWAROOP
commited on
Commit
•
bbe8ade
1
Parent(s):
1d45ea4
Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -424,13 +424,16 @@ button:hover {
|
|
424 |
}
|
425 |
.offcanvas .form-select {
|
426 |
width: 120px; /* Set the desired fixed width */
|
427 |
-
padding:
|
428 |
font-size: 14px;
|
429 |
border-radius: 5px;
|
430 |
border: 1px solid #ccc;
|
431 |
margin-bottom: 15px;
|
432 |
}
|
433 |
|
|
|
|
|
|
|
434 |
|
435 |
|
436 |
</style>
|
|
|
424 |
}
|
425 |
.offcanvas .form-select {
|
426 |
width: 120px; /* Set the desired fixed width */
|
427 |
+
padding: 12px;
|
428 |
font-size: 14px;
|
429 |
border-radius: 5px;
|
430 |
border: 1px solid #ccc;
|
431 |
margin-bottom: 15px;
|
432 |
}
|
433 |
|
434 |
+
#searchBar {
|
435 |
+
width: 220px;
|
436 |
+
}
|
437 |
|
438 |
|
439 |
</style>
|