umami/components/metrics/BarChart.module.css
2023-03-14 23:29:53 -07:00

12 lines
155 B
CSS

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