diff options
| author | Chirag Modi <[email protected]> | 2017-07-18 11:44:56 +0530 |
|---|---|---|
| committer | Chirag Modi <[email protected]> | 2017-07-18 11:44:56 +0530 |
| commit | a52a1fbb13a908f4b0eca9671436f325fb45a61b (patch) | |
| tree | 42c46dd9afbf7fce48f680a89bd0728d74460f4e | |
| parent | f05bd63d8e829334036c4eadef4e01e79374cae7 (diff) | |
| download | bootstrap-a52a1fbb13a908f4b0eca9671436f325fb45a61b.tar.xz bootstrap-a52a1fbb13a908f4b0eca9671436f325fb45a61b.zip | |
remove change which set from variable and make those in container class
| -rw-r--r-- | scss/_variables.scss | 1 | ||||
| -rw-r--r-- | scss/mixins/_grid.scss | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 21c96b5d2..f0949eaff 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -189,7 +189,6 @@ $grid-breakpoints: ( // Define the maximum width of `.container` for different screen sizes. $container-max-widths: ( - xs: 100%, sm: 540px, md: 720px, lg: 960px, diff --git a/scss/mixins/_grid.scss b/scss/mixins/_grid.scss index 5c00f57d7..b7d442749 100644 --- a/scss/mixins/_grid.scss +++ b/scss/mixins/_grid.scss @@ -7,6 +7,7 @@ margin-left: auto; padding-right: ($grid-gutter-width / 2); padding-left: ($grid-gutter-width / 2); + width: 100%; } |
