From 01abd434d9697c1def2af337a86c0837688f8c12 Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 22 Jul 2017 22:36:33 +0200 Subject: [PATCH] hide sidebar on mobile --- theme/stylesheet.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; +} + +} -- 2.39.2