diff options
| author | Mark Otto <[email protected]> | 2016-02-06 13:01:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 13:01:52 -0800 |
| commit | 414ae3aa1a56d5c07e3b986cb150bacd94f3a8ad (patch) | |
| tree | 0c162d5d659e35120e0ce38685d210b548fb4a51 | |
| parent | 3743f279c14abdc1e703d250546ab072b9ad4727 (diff) | |
| download | bootstrap-414ae3aa1a56d5c07e3b986cb150bacd94f3a8ad.tar.xz bootstrap-414ae3aa1a56d5c07e3b986cb150bacd94f3a8ad.zip | |
use px in grid col padding since we're using px everywhere else for them
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 557d67d7d..af783465e 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 |
