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