Reduce the font size for search.

Until we get search bubbles, the search text is kind of a
distracting detail for most users.  This just makes the
height 2px smaller for now.  This will also make more text
show up on mobile web.
This commit is contained in:
Steve Howell 2017-09-06 15:40:17 -07:00 committed by showell
parent 8e2d9b8f68
commit 99f4d420a5
1 changed files with 1 additions and 1 deletions

View File

@ -1783,7 +1783,7 @@ nav a .no-style {
#search_query {
width: 100%;
font-size: 18px;
font-size: 16px;
height: 40px;
padding: 0px;
color: hsl(0, 0%, 13%);