remove change which set from variable and make those in container class

This commit is contained in:
Chirag Modi 2017-07-18 11:44:56 +05:30
parent f05bd63d8e
commit a52a1fbb13
2 changed files with 1 additions and 1 deletions

View File

@ -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,

View File

@ -7,6 +7,7 @@
margin-left: auto;
padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
width: 100%;
}