custom.css
... ...
@@ -10,9 +10,10 @@
10 10
padding: 0 !important;
11 11
}
12 12
13
-@media all and (min-width: 600px) {
14
- #wiki-sidebar { clear:both; width: 100% }
15
- #wiki-content { clear:both; width: 100% }
13
+@media all and (max-width: 600px) {
14
+ #wiki-sidebar, #wiki-body,
15
+ .has-sidebar #wiki-body,
16
+ .has-sidebar #wiki-sidebar,
16 17
#wiki-footer { clear:both; width: 100% }
17 18
}
18 19