mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 02:00:23 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue