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:
parent
0d27e12d1f
commit
0ba0f19003
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user