Skip to content

Commit 46abaaa

Browse files
committed
Fix styles
1 parent b5476e9 commit 46abaaa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

assets/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,16 @@ div.notice {
298298
display: none;
299299
}
300300

301-
@media (max-device-width : 667px) {
301+
@media (max-width : 980px) {
302302
#sidebar {
303303
display: none;
304304
}
305-
#container {
305+
#content {
306+
float: none;
307+
margin: auto;
308+
width: 90%;
309+
}
310+
#wrapper {
306311
width: 100%;
307312
}
308313
}

0 commit comments

Comments
 (0)