mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
increase container max width
This commit is contained in:
parent
fd17925012
commit
ce01cbb2e8
1 changed files with 6 additions and 6 deletions
|
@ -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");
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue