From 5aca05995384a7afa998f8f9bd6a7d7ea5a3020a Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Thu, 24 Mar 2022 18:15:12 -0700 Subject: [PATCH] client: improve post-list spacing --- client/components/post-list/post-list.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/post-list/post-list.module.css b/client/components/post-list/post-list.module.css index 2c9fdc71..d883c22a 100644 --- a/client/components/post-list/post-list.module.css +++ b/client/components/post-list/post-list.module.css @@ -31,4 +31,5 @@ flex-direction: column-reverse; justify-content: center; margin-bottom: var(--gap-double); + margin-top: var(--gap-double); }