Skip to content

Commit

Permalink
fix(component): local navigation
Browse files Browse the repository at this point in the history
move labels 1px up
  • Loading branch information
ygatesoupe committed Oct 27, 2016
1 parent 9725591 commit e94fa4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_o-nav-local.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
}

.nav-link {
padding: 1rem 0;
padding: .9375rem 0 1.0625rem 0 ;
font-size: $font-size-base;
font-weight: bold;
line-height: 1;

Expand Down

0 comments on commit e94fa4a

Please sign in to comment.