Skip to content

Commit 9a1f4c4

Browse files
committed
Reduce search form width to prevent nav links from pushing it down at smaller screen widths
1 parent 250ffd1 commit 9a1f4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@ header nav.top li.toggle-projects.active a {
20092009
nav .searchform {
20102010
float: right;
20112011
margin: 8px 10px 0 0;
2012-
width: 22%;
2012+
width: 19%;
20132013
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
20142014
box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
20152015
}

0 commit comments

Comments
 (0)