fix sizing of logo in header

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/4737/head
Robin Appelman 8 years ago
parent 6acae94a02
commit 02f3b74409
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
  1. 3
      core/css/header.scss

@ -114,6 +114,7 @@
background-image: url($image-logo);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
width: 62px;
height: 34px;
}
@ -538,4 +539,4 @@ nav {
li.hidden {
display: none;
}
}
}

Loading…
Cancel
Save