diff --git a/apps/web/src/Layout.tsx b/apps/web/src/Layout.tsx index 2892324237..0ed3ff98e6 100644 --- a/apps/web/src/Layout.tsx +++ b/apps/web/src/Layout.tsx @@ -13,19 +13,19 @@ export const Layout = () => { return ( { gridArea="main" paddingX={{ base: "12px", - lg: "0", + md: "0", }} >
@@ -56,7 +56,7 @@ export const Layout = () => { gridArea="sidebar" paddingX={{ base: "12px", - lg: "0", + md: "0", }} > @@ -64,7 +64,7 @@ export const Layout = () => {