Skip to content

Commit

Permalink
feat(layout): increase maximum width (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Sandlin <[email protected]>
  • Loading branch information
HunterSandlin and Hunter Sandlin authored Sep 27, 2024
1 parent b38b663 commit 3413ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Layout: FunctionComponent<Props> = ({
!isDesktop && { ml: 0 },
]}
>
<Container component={Box} maxWidth="lg">
<Container component={Box} maxWidth="xl">
{children}
</Container>
<Footer
Expand Down

0 comments on commit 3413ab2

Please sign in to comment.