mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Layout updates.
This commit is contained in:
parent
64ebe8b307
commit
d573def802
9 changed files with 19 additions and 52 deletions
|
|
@ -1,8 +1,13 @@
|
|||
.header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding: 30px 30px 0 30px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.row {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
@ -35,18 +40,8 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.header {
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
.buttons,
|
||||
.links {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.title {
|
||||
flex: 1;
|
||||
padding: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue