0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Change 940px breakpoint to 960px so that all widths are divisible by 12

Fixes #18510
This commit is contained in:
Mark Otto 2016-10-09 13:49:11 -07:00
parent 0d27e12d1f
commit 0ba0f19003

View File

@ -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");