]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change 940px breakpoint to 960px so that all widths are divisible by 12
authorMark Otto <markdotto@gmail.com>
Sun, 9 Oct 2016 20:49:11 +0000 (13:49 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 9 Oct 2016 20:49:11 +0000 (13:49 -0700)
Fixes #18510

scss/_variables.scss

index 9f6823978284a5df724004c6538fccc5a6a5067f..c7de511f6bc92cf479c70e8b5d0566f84688edae 100644 (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");