mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
11 lines
155 B
CSS
11 lines
155 B
CSS
.chart {
|
|
position: relative;
|
|
height: 400px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
.chart {
|
|
/*height: 200px;*/
|
|
}
|
|
}
|