mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
mobile header
This commit is contained in:
parent
1bb46f1d42
commit
7974d311c8
2 changed files with 7 additions and 9 deletions
|
|
@ -33,17 +33,15 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.title {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.nav {
|
||||
font-size: var(--font-size-large);
|
||||
justify-content: center;
|
||||
padding: 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.buttons {
|
||||
justify-content: center;
|
||||
@media only screen and (max-width: 576px) {
|
||||
.header {
|
||||
padding: 0 15px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue