From b92817088c83e93854f74908602daed09af26b18 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sun, 12 Apr 2026 02:26:38 +0300 Subject: [PATCH] update padding in postitem --- src/components/Posts/PostItem.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Posts/PostItem.astro b/src/components/Posts/PostItem.astro index cc3e3c9..a61c0cd 100644 --- a/src/components/Posts/PostItem.astro +++ b/src/components/Posts/PostItem.astro @@ -31,8 +31,8 @@ const data = Astro.props; list-style: none; margin: 0 0 1rem 0; padding-left: 0; - padding-bottom: 1.7rem; - padding-top: 1.7rem; + padding-bottom: 0.2rem; + padding-top: 0.2rem; } .post-link {