]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove change which set from variable and make those in container class
authorChirag Modi <modichirag14@gmail.com>
Tue, 18 Jul 2017 06:14:56 +0000 (11:44 +0530)
committerChirag Modi <modichirag14@gmail.com>
Tue, 18 Jul 2017 06:14:56 +0000 (11:44 +0530)
scss/_variables.scss
scss/mixins/_grid.scss

index 21c96b5d24ae33da8f2f2a927a7f32c02cb93b2c..f0949eaffead6b42800eabc69b6b9429195ca539 100644 (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,
index 5c00f57d76a077e1f323e818849f036c364f087e..b7d4427496e023964e766fef87261d984c7270c6 100644 (file)
@@ -7,6 +7,7 @@
   margin-left: auto;
   padding-right: ($grid-gutter-width / 2);
   padding-left:  ($grid-gutter-width / 2);
+  width: 100%;
 }