From 9c77fb907583715aae1b5e729e8934cf480f23b2 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Mon, 28 Sep 2020 20:55:45 +0200 Subject: [PATCH] fix: margins --- components/BlogList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/BlogList.js b/components/BlogList.js index e201af4..09dacec 100644 --- a/components/BlogList.js +++ b/components/BlogList.js @@ -82,7 +82,6 @@ const BlogList = ({ posts }) => { li { opacity: inherit; display: flex; - justify-content: center; flex-direction: column; min-height: 38vh; margin-bottom: 0;