hide sidebar on mobile

This commit is contained in:
eggy
2017-07-22 22:36:33 +02:00
parent 85ea6405e4
commit 01abd434d9
+11
View File
@@ -86,3 +86,14 @@
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
.debianforumde-sidebar {
visibility: hidden;
width: 1px;
}
}