diff options
| author | Mark Otto <[email protected]> | 2016-10-09 13:49:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 13:49:11 -0700 |
| commit | 0ba0f19003b8d118801fca94dcacc908fd4ddd70 (patch) | |
| tree | 45d4071305259bb8c36506d8fb7b7849be0ee75d | |
| parent | 0d27e12d1f2773fb672513fbd025ac3f07e47660 (diff) | |
| download | bootstrap-0ba0f19003b8d118801fca94dcacc908fd4ddd70.tar.xz bootstrap-0ba0f19003b8d118801fca94dcacc908fd4ddd70.zip | |
Change 940px breakpoint to 960px so that all widths are divisible by 12
Fixes #18510
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 9f6823978..c7de511f6 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"); |
