We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f965d14 commit 4811fbeCopy full SHA for 4811fbe
src/components/layouts/participant-layout.tsx
@@ -8,7 +8,7 @@ export const ParticipantLayout = ({
8
return (
9
<div className="bg-pattern min-h-full sm:space-y-8">
10
<MobileNavigation />
11
- <div className="mx-auto max-w-3xl space-y-4 px-3 pb-8">
+ <div className="mx-auto max-w-4xl space-y-4 px-3 pb-8">
12
<div>{children}</div>
13
</div>
14
0 commit comments