From 913d384d6fef0ce9381a25fc1fcbf2fb17150ccb Mon Sep 17 00:00:00 2001 From: Barbara Pitt Date: Wed, 23 Dec 2020 18:23:06 -0600 Subject: [PATCH] adding basic mobile support --- stylesheets/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 74c708d0..1570a4e2 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1954,3 +1954,10 @@ div.mix { footer { margin-bottom: 50px; } + +@media (max-width:768px) { + #sidebar{display:none;} + iframe#main{left: 0; border-left:none; width:100%;} + .bar.bottom{opacity:0.8;} + footer p.unimportant{display:none;} +} \ No newline at end of file