From fcf9cb13cbbf6516799b25f246eef9d89ef715e0 Mon Sep 17 00:00:00 2001 From: rr- Date: Sat, 11 Jun 2016 17:41:36 +0200 Subject: [PATCH] client/css: fix body width in post view --- client/css/posts.styl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/css/posts.styl b/client/css/posts.styl index 7ea6f182..1e058f6b 100644 --- a/client/css/posts.styl +++ b/client/css/posts.styl @@ -9,8 +9,8 @@ $safety-unsafe = #F3985F flex-direction: row >.sidebar margin-right: 1em - width: 20em - min-width: 15em + max-width: 20em + min-width: 20em line-height: 160% a:active @@ -91,6 +91,9 @@ $safety-unsafe = #F3985F padding-left: 0.7em font-size: 90% + >.content + width: 100% + .post-container .post-content margin: 0