Commit a52a1fbb authored by Chirag Modi's avatar Chirag Modi
Browse files

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

parent f05bd63d
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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,
......
......@@ -7,6 +7,7 @@
margin-left: auto;
padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
width: 100%;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment