mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Mobile layout updates.
This commit is contained in:
parent
98b2ee29ef
commit
0b846b482d
17 changed files with 99 additions and 46 deletions
|
|
@ -1,3 +1,10 @@
|
|||
.chart {
|
||||
position: relative;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.chart {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue