Skip to content

Commit

Permalink
Make search visible on mobile devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Aug 5, 2024
1 parent 1fdba6b commit 4f65d93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,15 @@ table.table-bordered {
border: none;
}
}
}

/* override search settings for mobile */
@media only screen and (max-width: 767px) {
.site-header .container .search-container {
display: block;
}

.site-header .grid-search {
grid-area: inherit;
}
}

0 comments on commit 4f65d93

Please sign in to comment.