diff --git a/components/page/page.tsx b/components/page/page.tsx index 4263c2c..0027776 100644 --- a/components/page/page.tsx +++ b/components/page/page.tsx @@ -89,16 +89,10 @@ const Page: React.FC> = ({ max-width: 100vw; min-height: 100vh; margin: 0 auto; + padding: 0 ${theme.layout.gap}; box-sizing: border-box; position: relative; } - - @media only screen and (max-width: ${theme.layout.breakpointMobile}) { - section { - max-width: 90vw; - min-height: -webkit-fill-available; - } - } `} )