fix: waline style bug

This commit is contained in:
radishzzz 2025-03-08 08:01:47 +00:00
parent 6400503cf1
commit 5a87bee474
5 changed files with 296 additions and 272 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-15">
<article class="heti mb-12">
<h1 class="post-title">
<span
transition:name={`post-${post.data.slug || post.slug}`}