Skip to content

Commit

Permalink
fix nav padding on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Mar 17, 2020
1 parent 06c9a95 commit f841140
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ img {
margin-left: -$menu-width;
font-size: $font-size-base;

nav {
padding: $padding-16 * 1.5 $padding-16 * 2;
}

&__control {
display: inline-block;
}
Expand Down

0 comments on commit f841140

Please sign in to comment.