From d29b80f10a5527a86b27cbd81730939f0b84d38d Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Mon, 29 Oct 2018 21:50:38 +1030 Subject: [PATCH] Hide sidebar when it won't fit --- styles/default.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/default.css b/styles/default.css index 88532a7..24fc7ae 100644 --- a/styles/default.css +++ b/styles/default.css @@ -1,6 +1,9 @@ -@media (max-width: 1000px) +@media (max-width: 1215px) { - /* Do some mobile processing here */ + .sidebar + { + display: none; + } } html,