From 9567f9e4b8932c51f2e9615a9f67731d55ad1fa4 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Mon, 18 Dec 2017 04:01:28 +0100 Subject: [PATCH] client/css: remove margin on empty post container --- client/css/home-view.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/css/home-view.styl b/client/css/home-view.styl index c7712bc9..729fac0c 100644 --- a/client/css/home-view.styl +++ b/client/css/home-view.styl @@ -34,6 +34,8 @@ display: flex align-items: center justify-content: center + &:empty + margin-bottom: 0 nav a