CSS: Reduce header height
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
de7d409377
commit
c0c2bddc69
|
@ -13,7 +13,7 @@ html {
|
|||
}
|
||||
|
||||
#header {
|
||||
height: 4em;
|
||||
height: 3em;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
#header-logo-container {
|
||||
height: 4em;
|
||||
height: 3em;
|
||||
margin-bottom: 0.2em;
|
||||
margin-left: 1.5em;
|
||||
margin-top: 0.2em;
|
||||
|
@ -47,7 +47,7 @@
|
|||
#header-logo {
|
||||
background-image: url('../img/icinga-logo.png');
|
||||
background-image: url('../img/icinga-logo.svg');
|
||||
background-position: center;
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue