update: waline style

This commit is contained in:
radishzzz 2025-03-08 09:14:28 +00:00
parent 5a87bee474
commit e52a726103
3 changed files with 21 additions and 22 deletions

View file

@ -25,7 +25,7 @@ const { Content, remarkPluginFrontmatter } = await post.render()
postDescription={post.data.description}
postImage={post.data.image}
>
<article class="heti mb-12">
<article class="heti mb-16">
<h1 class="post-title">
<span
transition:name={`post-${post.data.slug || post.slug}`}