Skip to content

Commit

Permalink
Reduce search bar font size on mobile
Browse files Browse the repository at this point in the history
24px->20px

Fixes #477
  • Loading branch information
benbusby committed Apr 6, 2022
1 parent 0e5630f commit 2fcfeac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/static/css/main.css
Expand Up @@ -183,4 +183,8 @@ details summary {
select {
width: 100%;
}

#search-bar {
font-size: 20px;
}
}

0 comments on commit 2fcfeac

Please sign in to comment.