mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
CSS updates for mobile.
This commit is contained in:
parent
edc31ba42b
commit
f5a268c916
3 changed files with 15 additions and 1 deletions
|
|
@ -19,9 +19,16 @@
|
|||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.container {
|
||||
flex-direction: column;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.container .menu {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.container .content {
|
||||
border-top: 1px solid var(--gray300);
|
||||
border-left: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue