mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-24 05:54:43 +00:00
make changes as per suggestion in #23100
This commit is contained in:
parent
a52a1fbb13
commit
b2712048ce
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
|||
@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {
|
||||
@each $breakpoint, $container-max-width in $max-widths {
|
||||
@include media-breakpoint-up($breakpoint, $breakpoints) {
|
||||
width: $container-max-width;
|
||||
max-width: 100%;
|
||||
max-width: $container-max-width;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue