Skip to content

Commit

Permalink
More accurate spacing in header nav
Browse files Browse the repository at this point in the history
Relates to #5
  • Loading branch information
benediktvaldez committed May 18, 2016
1 parent d664eec commit 78c7a6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/components/header/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,11 @@ header {

@include respond-to(medium) {
display: inline-block;
margin: 0 $spacing;
margin: 0 $spacing/2;

&:first-child {
margin-left: $spacing
}

&:after {
top: auto;
Expand Down

0 comments on commit 78c7a6b

Please sign in to comment.