feat: adjust post header bottom margin
This commit is contained in:
parent
15986525b6
commit
b6824ce67f
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue