From: eggy Date: Sat, 22 Jul 2017 20:36:33 +0000 (+0200) Subject: hide sidebar on mobile X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=01abd434d9697c1def2af337a86c0837688f8c12;p=dfde-theme.git hide sidebar on mobile --- diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 7212516..c43b12b 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -86,3 +86,14 @@ } + + +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + +.debianforumde-sidebar { + visibility: hidden; + width: 1px; +} + +}