diff --git a/template/quitesimple/style.css b/template/quitesimple/style.css index 4a9f09c..59607b4 100644 --- a/template/quitesimple/style.css +++ b/template/quitesimple/style.css @@ -211,3 +211,12 @@ display: block; color: red !important; font-weight: bold; } + + +@media screen and (orientation: portrait) +{ + #sidebar + { + display: none; + } +}