umami/components/metrics/BarChart.module.css

11 lines
131 B
CSS

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