import styled from 'styled-components'; export const Layout = styled.div` min-width: 1200px; @media screen and (max-width: 1023px) { min-width: initial; } `;