Layout: use <main> margin on all devices

This commit is contained in:
vchikalkin 2024-04-11 00:45:52 +03:00
parent 8a7b01792a
commit 310e6e0c73

View File

@ -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%;