feat: improve header

This commit is contained in:
z0x 2025-05-23 20:18:16 -04:00
parent d837c3d3a5
commit 0e48c6baf7
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ const { Content, headings } = await render(post);
}
<section class="col-start-2 flex flex-col gap-y-6 text-center">
<div class="flex flex-col gap-y-4">
<h1 class="text-4xl leading-tight font-medium text-pretty sm:text-5xl">
<h1 class="mb-2 text-4xl leading-tight font-medium text-pretty">
{post.data.title}
</h1>