Skip to content

Commit 4811fbe

Browse files
committed
💄 Increase participant page max width
1 parent f965d14 commit 4811fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layouts/participant-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const ParticipantLayout = ({
88
return (
99
<div className="bg-pattern min-h-full sm:space-y-8">
1010
<MobileNavigation />
11-
<div className="mx-auto max-w-3xl space-y-4 px-3 pb-8">
11+
<div className="mx-auto max-w-4xl space-y-4 px-3 pb-8">
1212
<div>{children}</div>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)