We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0ea5b commit 375615cCopy full SHA for 375615c
1 file changed
src/pages/blog/[slug].astro
@@ -24,7 +24,7 @@ const { Content } = await post.render()
24
<span>·</span>
25
<span>{getReadingTime(post)}</span>
26
</div>
27
- <div class="flex gap-2 mb-8">
+ <div class="flex flex-wrap gap-2 mb-8">
28
{post.data.tags.map(tag => (
29
<span class="text-xs px-3 py-1 bg-surface-0 text-overlay-1 rounded">
30
#{tag}
0 commit comments