Spaces:
Running
Running
JAYASWAROOP
commited on
Commit
•
def49aa
1
Parent(s):
90e500e
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -414,14 +414,16 @@ button:hover {
|
|
414 |
background-color: #2980b9;
|
415 |
}
|
416 |
|
417 |
-
|
418 |
-
|
|
|
419 |
padding: 10px;
|
420 |
font-size: 16px;
|
421 |
border-radius: 5px;
|
422 |
border: 1px solid #ccc;
|
423 |
}
|
424 |
|
|
|
425 |
|
426 |
</style>
|
427 |
</head>
|
|
|
414 |
background-color: #2980b9;
|
415 |
}
|
416 |
|
417 |
+
|
418 |
+
.offcanvas-body .search-input {
|
419 |
+
width: 200px;
|
420 |
padding: 10px;
|
421 |
font-size: 16px;
|
422 |
border-radius: 5px;
|
423 |
border: 1px solid #ccc;
|
424 |
}
|
425 |
|
426 |
+
|
427 |
|
428 |
</style>
|
429 |
</head>
|