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