mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-02-05 13:00:44 +01:00
Update app.scss
Fixed the height of the header in case of a longer dashboard title
This commit is contained in:
parent
6b54eedae7
commit
6c834c24b6
@ -106,7 +106,7 @@ body {
|
||||
}
|
||||
|
||||
.first-line {
|
||||
height: 100px;
|
||||
min-height: 100px;
|
||||
vertical-align: center;
|
||||
background-color: var(--highlight-primary);
|
||||
|
||||
@ -121,7 +121,7 @@ body {
|
||||
}
|
||||
|
||||
.container {
|
||||
height: 80px;
|
||||
min-height: 80px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user