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 b5476e9 commit 46abaaaCopy full SHA for 46abaaa
assets/style.css
@@ -298,11 +298,16 @@ div.notice {
298
display: none;
299
}
300
301
-@media (max-device-width : 667px) {
+@media (max-width : 980px) {
302
#sidebar {
303
304
305
- #container {
+ #content {
306
+ float: none;
307
+ margin: auto;
308
+ width: 90%;
309
+ }
310
+ #wrapper {
311
width: 100%;
312
313
0 commit comments