From 02f3b744097740f1c447e283853d68508526affc Mon Sep 17 00:00:00 2001
From: Robin Appelman <robin@icewind.nl>
Date: Mon, 8 May 2017 15:08:30 +0200
Subject: [PATCH] fix sizing of logo in header

Signed-off-by: Robin Appelman <robin@icewind.nl>
---
 core/css/header.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/css/header.scss b/core/css/header.scss
index 50d270a6ff9..ed023fe36d2 100644
--- a/core/css/header.scss
+++ b/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;
 	}
-}
\ No newline at end of file
+}
-- 
GitLab