diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index bfb1a2dc3..d486766af 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -7,7 +7,7 @@ import Navbar from './Navbar'; const useStyles = createStyles((theme) => ({ main: { [theme.fn.largerThan('md')]: { - width: 1200, + maxWidth: 1200, }, }, }));