From a81cf2dc29f08e73fae90c5d4e24c884b2b2d0f8 Mon Sep 17 00:00:00 2001 From: panr Date: Tue, 10 Sep 2019 09:29:14 +0200 Subject: [PATCH] Fix post width --- source/css/post.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/css/post.css b/source/css/post.css index b1ea6c1..fd359a1 100644 --- a/source/css/post.css +++ b/source/css/post.css @@ -1,3 +1,7 @@ +.posts { + width: 100%; +} + .post { width: 100%; text-align: left; @@ -88,7 +92,7 @@ justify-content: center; margin-bottom: 10px; - &+ h2 { + & + h2 { margin-top: -10px; margin-bottom: 20px; }