feat: adjust post header bottom margin

This commit is contained in:
fiatcode 2026-02-17 19:41:35 +07:00
parent 15986525b6
commit b6824ce67f

View file

@ -38,7 +38,7 @@ const { post, content } = Astro.props;
description={post.data.description} description={post.data.description}
> >
<article data-pagefind-body> <article data-pagefind-body>
<header class="mb-12"> <header class="mb-8">
<h1 class="text-2xl font-bold mb-2">{post.data.title}</h1> <h1 class="text-2xl font-bold mb-2">{post.data.title}</h1>
<h2 class="text-base mb-2">{post.data.description}</h2> <h2 class="text-base mb-2">{post.data.description}</h2>
<div class="flex gap-4 text-neutral-500 text-sm"> <div class="flex gap-4 text-neutral-500 text-sm">