chore: fix width bug on small screen sizes

This commit is contained in:
hsjobeki 2023-01-23 11:04:51 +01:00
parent ab6df3415a
commit f0b5945aab

View File

@ -114,8 +114,6 @@ export function Layout(props: LayoutProps) {
<main
style={{
marginTop: "1rem",
// height:
width: "100vw",
}}
>
<Container sx={{ pt: 0, px: { xs: 0, md: 2 } }} maxWidth="xl">