From a962bb351acd3116e203bad34bb117973c608c8b Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Mon, 18 Dec 2017 19:06:44 +0100 Subject: [PATCH] client/css: refine mobile sidebar styling --- client/css/post-main-view.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index 3c08745b..9e596417 100644 --- a/client/css/post-main-view.styl +++ b/client/css/post-main-view.styl @@ -33,6 +33,8 @@ i font-size: 140% text-align: center + @media (max-width: 800px) + margin-top: 2em >.content width: 100% @@ -50,6 +52,7 @@ order: 2 min-width: 100% max-width: 0 + margin-right: 0 >.content order: 1