Skip to content

Commit de022a4

Browse files
Update src/components/Layout.tsx
Co-authored-by: Tyler Pfledderer <tyler.pfledderer@gmail.com>
1 parent 161fdaf commit de022a4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/Layout.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,8 @@ const Layout: React.FC<IProps> = ({
135135
margin="0px auto"
136136
minHeight="100vh"
137137
flexFlow="column"
138-
sx={{
139-
"@media": {
140-
minWidth: "1024px",
141-
maxWidth: "1504px",
142-
},
138+
maxW={{
139+
lg: lightTheme.variables.maxPageWidth
143140
}}
144141
>
145142
<ZenMode>

0 commit comments

Comments
 (0)