mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Try another path.
This commit is contained in:
parent
353a49f37a
commit
0935765ac7
2 changed files with 6 additions and 6 deletions
|
|
@ -5,6 +5,9 @@
|
|||
|
||||
.title {
|
||||
font-size: var(--font-size-large);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
@ -26,11 +29,12 @@
|
|||
.buttons {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.title {
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.nav {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue