From ac6d50165722a7394e14b909614dbe8ac87d8fdf Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Tue, 17 Jan 2017 09:10:09 +0100
Subject: [PATCH] fix appname position

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 core/css/header.scss | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/css/header.scss b/core/css/header.scss
index a8f72c7129f..0134ca951d4 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -90,8 +90,7 @@
 	}
 	.header-appname-container {
 		display: inline-block;
-		height: 27px;
-		padding-top: 18px;
+		padding-top: 22px;
 		padding-right: 10px;
 	}
 	/* show caret indicator next to logo to make clear it is tappable */
@@ -161,7 +160,7 @@
 	font-size: 16px;
 	font-weight: 300;
 	margin: 0;
-	margin-top: -24px;
+	margin-top: -27px;
 	padding: 7px 0 7px 5px;
 	vertical-align: middle;
 }
-- 
GitLab