diff --git a/frontend/src/component/layout/MainLayout/MainLayout.tsx b/frontend/src/component/layout/MainLayout/MainLayout.tsx index 43383c050f..ab8af57676 100644 --- a/frontend/src/component/layout/MainLayout/MainLayout.tsx +++ b/frontend/src/component/layout/MainLayout/MainLayout.tsx @@ -67,6 +67,9 @@ const NewMainLayoutContent = styled(Grid)(({ theme }) => ({ margin: '0 auto', paddingLeft: theme.spacing(2), paddingRight: theme.spacing(2), + [theme.breakpoints.up(1856)]: { + width: '100%', + }, [theme.breakpoints.down(1856)]: { marginLeft: theme.spacing(7), marginRight: theme.spacing(7),