From 310e6e0c73b09267b4978326bf88028a9dfa6751 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 11 Apr 2024 00:45:52 +0300 Subject: [PATCH] Layout: use
margin on all devices --- apps/web/Components/Layout/index.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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%;