joseCorte-exe 3736d6674d 🚑 fix code
2022-05-10 12:13:03 -03:00

14 lines
212 B
TypeScript

import styled from 'styled-components'
export const AppView = styled.main`
display: flex;
margin: 0 0 10rem 0;
padding: 0;
@media (max-width: 1548px) {
flex-direction: column;
margin: 0;
}
`