increase container max width

This commit is contained in:
Gamebrary 2022-08-17 22:34:17 -07:00
parent fd17925012
commit ce01cbb2e8

View file

@ -20,12 +20,12 @@
// //
// // Define the maximum width of `.container` for different screen sizes.
//
// $container-max-widths: (
// sm: 540px,
// md: 720px,
// lg: 960px,
// xl: 1140px
// ) !default;
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1440px
) !default;
//
// @include _assert-ascending($container-max-widths, "$container-max-widths");
//