Commit 6beae84ea37e03e68affd2b69fba25f45a4e5386

Authored by Dmitriy Zaporozhets
1 parent a99ad3d3

reduce letter-spacing for top nav

app/assets/stylesheets/gitlab_bootstrap/mixins.scss
... ... @@ -73,6 +73,7 @@
73 73 font-size: 18px;
74 74 line-height: 42px;
75 75 font-weight: normal;
  76 + letter-spacing: -1px;
76 77 }
77 78  
78 79 @mixin md-typography {
... ...
app/assets/stylesheets/sections/header.scss
... ... @@ -67,7 +67,7 @@ header {
67 67 position: relative;
68 68 float: left;
69 69 margin: 0;
70   - margin-left: 15px;
  70 + margin-left: 10px;
71 71 @include header-font;
72 72 }
73 73  
... ...