mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
10 lines
131 B
CSS
10 lines
131 B
CSS
.chart {
|
|
position: relative;
|
|
height: 400px;
|
|
}
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
.chart {
|
|
height: 200px;
|
|
}
|
|
}
|