Skip to content

Commit

Permalink
Change 940px breakpoint to 960px so that all widths are divisible by 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 9, 2016
1 parent 0d27e12 commit 0ba0f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ $grid-breakpoints: (
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 940px,
lg: 960px,
xl: 1140px
) !default;
@include _assert-ascending($container-max-widths, "$container-max-widths");
Expand Down

0 comments on commit 0ba0f19

Please sign in to comment.