mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fix css.
This commit is contained in:
parent
86cda7ca92
commit
44d1704b21
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
|||
.menu {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
min-width: 500px;
|
||||
min-width: 560px;
|
||||
max-width: 100vw;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.menu div {
|
||||
border-radius: 5px;
|
||||
min-width: calc(100% / 3 - 8px);
|
||||
min-width: calc(100% / 3);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue