Skip to content

Commit

Permalink
Merge pull request barryclark#4 from pmarsceill/fix-title
Browse files Browse the repository at this point in the history
fix title align
  • Loading branch information
pmarsceill committed Oct 23, 2018
2 parents c1cacf2 + c45297c commit 778e142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sass/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@

@include mq(md) {
position: absolute;
top: $gutter-spacing;
top: $sp-4;
right: 0;
z-index: 101;
padding-bottom: $sp-4;
box-shadow: inset 0 -1px 0 $border-color;
}
}

Expand Down

0 comments on commit 778e142

Please sign in to comment.