Skip to content

Commit f01caa5

Browse files
kleinmaetschkeajpiano
authored andcommitted
Temporary fix for the navigation breaking into two-lines on small screens. Fixes jquery#185.
1 parent aace93d commit f01caa5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/jquery/css/base.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,6 +3148,14 @@ footer li img {
31483148
}
31493149

31503150
@media only screen and (max-width: 480px) {
3151+
#global-nav nav {
3152+
height: 68px;
3153+
}
3154+
3155+
#global-nav nav ul {
3156+
border-right: none;
3157+
}
3158+
31513159
.constrain,
31523160
#container {
31533161
padding-left: 10px;

0 commit comments

Comments
 (0)