diff --git a/hshassets/assets/sass/general.scss b/hshassets/assets/sass/general.scss
index 2e859291d2f0bec2b4a958b8e9234264e801e5d6..34dd25e9a9a0117a4efcc0723f78ada017c449c5 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
+}