diff --git a/apps/web/Components/Layout/index.jsx b/apps/web/Components/Layout/index.jsx index 878781b..86873dc 100644 --- a/apps/web/Components/Layout/index.jsx +++ b/apps/web/Components/Layout/index.jsx @@ -4,9 +4,7 @@ import { min } from '@/styles/mq'; import styled from 'styled-components'; const Main = styled.main` - ${min('laptop')} { - margin: 8px 0; - } + margin: 8px 0; ${min('desktop-xl')} { margin: 8px 10%;