From: Mark Otto Date: Sun, 9 Oct 2016 20:49:11 +0000 (-0700) Subject: Change 940px breakpoint to 960px so that all widths are divisible by 12 X-Git-Tag: v4.0.0-alpha.5~47^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba0f19003b8d118801fca94dcacc908fd4ddd70;p=thirdparty%2Fbootstrap.git Change 940px breakpoint to 960px so that all widths are divisible by 12 Fixes #18510 --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 9f68239782..c7de511f6b 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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");