update: waline layout and style

This commit is contained in:
radishzzz 2025-03-07 02:39:58 +00:00
parent eabd33f339
commit 760847183b
7 changed files with 160 additions and 33 deletions

View file

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