Skip to content

Commit 3ae0ab0

Browse files
Increase largest max width
1 parent 2a6957f commit 3ae0ab0

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@edx/edx-bootstrap",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "The Bootstrap theme for Open edX",
55
"license": "Apache-2.0",
66
"repository": {

sass/edx/_variables.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ $paragraph-margin-bottom: 1rem !default;
179179
//
180180
// Define the maximum width of `.container` for different screen sizes.
181181

182-
//$container-max-widths: (
183-
// sm: 540px,
184-
// md: 720px,
185-
// lg: 960px,
186-
// xl: 1140px
187-
//) !default;
188-
//
189-
//@include _assert-ascending($container-max-widths, "$container-max-widths");
182+
$container-max-widths: (
183+
sm: 540px,
184+
md: 720px,
185+
lg: 960px,
186+
xl: 1920px
187+
) !default;
188+
189+
@include _assert-ascending($container-max-widths, "$container-max-widths");
190190

191191

192192
// Grid columns

sass/open-edx/_variables.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ $paragraph-margin-bottom: 1rem !default;
179179
//
180180
// Define the maximum width of `.container` for different screen sizes.
181181

182-
//$container-max-widths: (
183-
// sm: 540px,
184-
// md: 720px,
185-
// lg: 960px,
186-
// xl: 1140px
187-
//) !default;
188-
//
189-
//@include _assert-ascending($container-max-widths, "$container-max-widths");
182+
$container-max-widths: (
183+
sm: 540px,
184+
md: 720px,
185+
lg: 960px,
186+
xl: 1920px
187+
) !default;
188+
189+
@include _assert-ascending($container-max-widths, "$container-max-widths");
190190

191191

192192
// Grid columns

0 commit comments

Comments
 (0)