From: Mark Otto Date: Sat, 6 Feb 2016 21:01:52 +0000 (-0800) Subject: use px in grid col padding since we're using px everywhere else for them X-Git-Tag: v4.0.0-alpha.3~312^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=414ae3aa1a56d5c07e3b986cb150bacd94f3a8ad;p=thirdparty%2Fbootstrap.git use px in grid col padding since we're using px everywhere else for them --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 557d67d7d5..af783465e2 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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