mirror of https://github.com/bastienwirtz/homer
Improve dashboard title alignment
- align dashboard name and headline with each other - add left padding for dashboard title to align it with main containerpull/937/head
parent
c230392da8
commit
0f11dcb82a
|
@ -104,6 +104,7 @@
|
|||
|
||||
.dashboard-title {
|
||||
padding-top: 6px;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
.first-line {
|
||||
|
@ -113,6 +114,7 @@
|
|||
|
||||
h1 {
|
||||
margin-top: -12px;
|
||||
margin-left: -2px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue