Skip to content

Commit 3ba3553

Browse files
kleinmaetschkeajpiano
authored andcommitted
Fixing sidebar issue that makes jQueryUI.com not make full-width on mobile devices.
1 parent 89168fd commit 3ba3553

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/jqueryui.com/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,11 @@ a,
147147
overflow: auto;
148148
}
149149
}
150+
151+
@media only screen and (max-width: 480px) {
152+
#content .dev-links {
153+
width: 55%;
154+
margin: -15px -29px .5em 1em;
155+
overflow: hidden;
156+
}
157+
}

0 commit comments

Comments
 (0)