Skip to content

Commit

Permalink
Updated Search Bar (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
TartejBrothers committed Jan 28, 2024
1 parent 19888f7 commit e5ababb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -1003,6 +1004,7 @@ pre {
text-align: center;
padding: 1rem;
}

#nav-search-exit {
position: absolute;
top: 1.5rem;
Expand Down Expand Up @@ -1031,6 +1033,7 @@ pre {
border: none;
padding: 0 3rem;
}

@media (max-width: 1199px) {
#nav-search-input {
width: 75%;
Expand Down

0 comments on commit e5ababb

Please sign in to comment.