Skip to content

Commit 6a34fc8

Browse files
committed
Add a media query to fix layout of intro and download areas on small screens
1 parent ac6c169 commit 6a34fc8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

themes/jqueryui.com/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,18 @@ a:hover {
159159
overflow: hidden;
160160
display: none;
161161
}
162+
163+
@media all and (max-width: 600px) {
164+
.intro, .download-box {
165+
float: none;
166+
width: auto;
167+
}
168+
169+
.intro {
170+
font-size: 18px;
171+
}
172+
173+
.download-box {
174+
overflow: auto;
175+
}
176+
}

0 commit comments

Comments
 (0)