diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss
index e1fd2c2ab812d013fe864a2ca9137519c3e595f2..1e5fff68bf817228c39bc86789c05e64ca069622 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss
@@ -73,6 +73,7 @@
   font-size: 18px;
   line-height: 42px;
   font-weight: normal;
+  letter-spacing: -1px;
 }
 
 @mixin md-typography {
diff --git a/app/assets/stylesheets/sections/header.scss b/app/assets/stylesheets/sections/header.scss
index 99c8275b5cfac3a29146d0aa6b3493fe46c71de5..645604731cac63f6e89f2898be65bca1a7425d56 100644
--- a/app/assets/stylesheets/sections/header.scss
+++ b/app/assets/stylesheets/sections/header.scss
@@ -67,7 +67,7 @@ header {
     position: relative;
     float: left;
     margin: 0;
-    margin-left: 15px;
+    margin-left: 10px;
     @include header-font;
   }