We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a01d07 commit 20e5ec5Copy full SHA for 20e5ec5
src/pages/blog-views/EditorialBlogPostPage.jsx
@@ -258,7 +258,7 @@ const EditorialBlogPostPage = () => {
258
</div>
259
260
{/* 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">
+ <div className="max-w-5xl mx-auto font-instr-serif text-xl md:text-2xl leading-[1.8] tracking-wide text-justify">
262
<MarkdownContent
263
content={post.body}
264
components={{
0 commit comments