Updated Search Bar (#1265)

This commit is contained in:
Taranjeet Singh Bedi 2024-01-28 05:32:46 +05:30 committed by GitHub
commit e5ababbfb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -992,6 +992,7 @@ pre {
/* Search bar */
#beautifuljekyll-search-overlay {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
display: none;
z-index: 999999;
position: fixed;
@ -1003,6 +1004,7 @@ pre {
text-align: center;
padding: 1rem;
}
#nav-search-exit {
position: absolute;
top: 1.5rem;
@ -1031,6 +1033,7 @@ pre {
border: none;
padding: 0 3rem;
}
@media (max-width: 1199px) {
#nav-search-input {
width: 75%;