fix sizing of logo in header
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
6acae94a02
commit
02f3b74409
|
@ -114,6 +114,7 @@
|
||||||
background-image: url($image-logo);
|
background-image: url($image-logo);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
background-size: contain;
|
||||||
width: 62px;
|
width: 62px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue