mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
CSS updates for mobile.
This commit is contained in:
parent
edc31ba42b
commit
f5a268c916
3 changed files with 15 additions and 1 deletions
|
|
@ -33,3 +33,10 @@
|
|||
.eventschart {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.menu {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue