]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use px in grid col padding since we're using px everywhere else for them
authorMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 21:01:52 +0000 (13:01 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 21:01:52 +0000 (13:01 -0800)
scss/_variables.scss

index 557d67d7d550b981994e8d9180ab30b4837e03dc..af783465e210f5810b6443516c3a113eb7f6aaaa 100644 (file)
@@ -130,7 +130,7 @@ $container-max-widths: (
 // Set the number of columns and specify the width of the gutters.
 
 $grid-columns:      12 !default;
-$grid-gutter-width: 1.875rem !default; // 30px
+$grid-gutter-width: 15px !default; // 30px
 
 
 // Typography