Reduce search bar font size on mobile

24px->20px

Fixes #477
main
Ben Busby 2022-04-06 14:44:17 -06:00
parent 0e5630f33a
commit 2fcfeacd44
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1
1 changed files with 4 additions and 0 deletions

View File

@ -183,4 +183,8 @@ details summary {
select { select {
width: 100%; width: 100%;
} }
#search-bar {
font-size: 20px;
}
} }