umami/components/metrics/BarChart.module.css

11 lines
131 B
CSS
Raw Normal View History

2020-07-29 06:50:29 +02:00
.chart {
position: relative;
2022-03-02 04:28:44 +01:00
height: 400px;
}
@media only screen and (max-width: 992px) {
.chart {
height: 200px;
}
2020-07-29 06:50:29 +02:00
}