Skip to content

Commit c0bc5f9

Browse files
committed
Update max width on homepage
1 parent 955f354 commit c0bc5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const HeroCard = ({ filename, title, description, href }) => {
3232

3333
</div>
3434

35-
<div className="px-4 py-16 lg:py-48 lg:pb-24 max-w-2xl mx-auto">
35+
<div className="px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
3636
<h1 className="text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
3737
Documentation
3838

0 commit comments

Comments
 (0)