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; }