Skip to content

Commit dfacf38

Browse files
committed
Fix blog page spacing
1 parent 84c1df1 commit dfacf38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/blog/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const code = Code.fromId(post.id);
2626

2727
<Layout title={`${post.data.title} - Just Be`} description={post.data.description}>
2828
<article class="px-4 max-w-article mx-auto">
29-
<header class="mb-2lh grid grid-cols-[1fr_auto] gap-x-2">
29+
<header class="mb-2lh grid grid-cols-[1fr_auto] gap-x-2 not-prose">
3030
<h1 class="mb-0 font-bold">{post.data.title}</h1>
3131

3232
{

0 commit comments

Comments
 (0)