mirror of
https://github.com/nix-community/noogle.git
synced 2025-01-03 06:26:09 +03:00
chore: fix width bug on small screen sizes
This commit is contained in:
parent
ab6df3415a
commit
f0b5945aab
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user