1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

hide sidebar on mobile

This commit is contained in:
eggy
2017-07-22 22:36:33 +02:00
parent 85ea6405e4
commit 01abd434d9

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;
}
}