Skip to content

Commit ed04550

Browse files
Fix container size
1 parent d7a7ff5 commit ed04550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/client/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function App() {
7676
</Fade>
7777
{!isLoading && (
7878
<Container
79-
maxW='container.lg'
79+
maxW='container.xl'
8080
minH='100vh'
8181
display='flex'
8282
flexDirection='column'

0 commit comments

Comments
 (0)