joseCorte-exe ed10b5d050 add charts
2022-05-17 13:52:44 -03:00

22 lines
314 B
TypeScript

import styled from "styled-components"
export const ChartView = styled.div`
width: 90%;
@media (max-width: 900px) {
min-width: 20rem
}
`
export const ChartTitleView = styled.div`
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
* {
margin: 0;
}
`