diff options
| -rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/mixins.scss | 1 | ||||
| -rw-r--r-- | app/assets/stylesheets/sections/header.scss | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index e1fd2c2ab81..1e5fff68bf8 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 99c8275b5cf..645604731ca 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;    } | 
