mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
CSS fixes.
This commit is contained in:
parent
cb7f267212
commit
c5599f1e20
3 changed files with 25 additions and 3 deletions
|
|
@ -1,3 +1,13 @@
|
|||
.container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.container {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.container > div:last-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue