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 {