Skip to content
Snippets Groups Projects
Unverified Commit 02f3b744 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix sizing of logo in header


Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent 6acae94a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment