From 8c5c341f44d6579909aadd93b509f991e6485855 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Thu, 31 Aug 2023 15:17:40 -0500 Subject: [PATCH] margin is too big --- src/styles/post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/post.scss b/src/styles/post.scss index 8cdc6c6..c595bf4 100644 --- a/src/styles/post.scss +++ b/src/styles/post.scss @@ -16,7 +16,7 @@ background-size: cover; aspect-ratio: 1; border-radius: 8px; - margin: 24px 0; + margin: 16px 0; } .post-container {