Skip to content

Commit

Permalink
[WEBSITE-1451] Fixed navigation mobile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaszczuk authored and jakemulley committed Jun 15, 2017
1 parent 6d14cb8 commit 2e25c6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/stylesheets/components/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@
}
}
.container {
max-width: 732px;
max-width: 732px; // Reduced to accomodate current grid
padding: 0;
margin: 0 $base-spacing-unit-small;
@include media($desktop) {
margin: 0 auto;
}
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: $grey-3;
Expand Down

0 comments on commit 2e25c6b

Please sign in to comment.