Skip to content

Commit 20e5ec5

Browse files
committed
fix: tracking wide for body of editorial blog post
1 parent 4a01d07 commit 20e5ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog-views/EditorialBlogPostPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const EditorialBlogPostPage = () => {
258258
</div>
259259

260260
{/* Post Body - 1 Column Layout (Wider) */}
261-
<div className="max-w-4xl mx-auto font-instr-serif text-xl md:text-2xl leading-[1.6] text-justify">
261+
<div className="max-w-5xl mx-auto font-instr-serif text-xl md:text-2xl leading-[1.8] tracking-wide text-justify">
262262
<MarkdownContent
263263
content={post.body}
264264
components={{

0 commit comments

Comments
 (0)