We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6c169 commit 6a34fc8Copy full SHA for 6a34fc8
themes/jqueryui.com/style.css
@@ -159,3 +159,18 @@ a:hover {
159
overflow: hidden;
160
display: none;
161
}
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