diff options
| author | Michael Serajnik | 2017-12-18 19:06:44 +0100 |
|---|---|---|
| committer | rr- | 2018-03-10 17:45:37 +0100 |
| commit | a962bb351acd3116e203bad34bb117973c608c8b (patch) | |
| tree | e8f424197f79f5ce37e73bdff92c5622da9ddbbb /client | |
| parent | a08c7d65daaf6febaa6c0d22598fce85f5ff4b7b (diff) | |
client/css: refine mobile sidebar styling
Diffstat (limited to 'client')
| -rw-r--r-- | client/css/post-main-view.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/css/post-main-view.styl b/client/css/post-main-view.styl index 3c08745..9e59641 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 |