From b6824ce67f0b8e2fcb603b0820e2151f7f23bc41 Mon Sep 17 00:00:00 2001 From: fiatcode Date: Tue, 17 Feb 2026 19:41:35 +0700 Subject: [PATCH] feat: adjust post header bottom margin --- src/pages/posts/[id].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/posts/[id].astro b/src/pages/posts/[id].astro index 89af3b8..8a5cfe2 100644 --- a/src/pages/posts/[id].astro +++ b/src/pages/posts/[id].astro @@ -38,7 +38,7 @@ const { post, content } = Astro.props; description={post.data.description} >
-
+

{post.data.title}

{post.data.description}