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

33 lines
436 B
TypeScript

import styled from 'styled-components'
export const MapCardView = styled.figure`
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
margin-right: 25px;
* {
margin: 0;
padding: 0;
}
span {
margin-bottom: 25px;
}
div {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
article {
display: flex;
}
}
`