Skip to content

Commit

Permalink
🎨 Scaled up markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN authored Dec 16, 2023
1 parent e4fad08 commit 11ce4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/[category]/[post]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default async function Page({ params }: { params: { post: string } }) {
</div>

<div className="rounded border shadow-sm p-8 bg-gradient-to-tr from-gray-50 to-white">
<Markdown remarkPlugins={[remarkGfm]} className='prose prose-sm min-w-full'>
<Markdown remarkPlugins={[remarkGfm]} className='prose min-w-full'>
{post.content}
</Markdown>
</div>
Expand Down

0 comments on commit 11ce4fe

Please sign in to comment.