From 952535486433a92e3179af9ab92f47c49c88e4db Mon Sep 17 00:00:00 2001
From: Art Lukyanchyk <artiom.lukyanchyk@hs-hannover.de>
Date: Fri, 18 May 2018 17:52:31 +0200
Subject: [PATCH] Unstick the text from the logo in top right corner

---
 hshassets/assets/sass/general.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hshassets/assets/sass/general.scss b/hshassets/assets/sass/general.scss
index 2e859291..34dd25e9 100644
--- a/hshassets/assets/sass/general.scss
+++ b/hshassets/assets/sass/general.scss
@@ -42,3 +42,7 @@ nav.link-only-panel a {
     // bulma does not expect there could be an icon in textarea
     padding-left: 2.25em;
 }
+
+.navbar .is-brand .icon {
+    margin-right: 0.5em;  // unstick the icon from the text nearby
+}
-- 
GitLab