1
0
mirror of https://github.com/kremalicious/umami.git synced 2025-02-14 21:10:34 +01:00
umami/components/metrics/BarChart.module.css
2022-03-01 19:28:44 -08:00

11 lines
131 B
CSS

.chart {
position: relative;
height: 400px;
}
@media only screen and (max-width: 992px) {
.chart {
height: 200px;
}
}