From cf17aa61ccdab972756a343275c2dc9274a58773 Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Sat, 14 May 2022 01:19:12 +0200 Subject: [PATCH] Update basic layout --- src/components/layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, }, }));