Skip to content

Commit 64d67a2

Browse files
committed
Changed bootstrap's gutter to use 2rem to align better with other measurements.
1 parent a014593 commit 64d67a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/bootstrap/scss/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ $container-max-widths: (
195195
// Set the number of columns and specify the width of the gutters.
196196

197197
$grid-columns: 12 !default;
198-
$grid-gutter-width: 30px !default;
198+
$grid-gutter-width: 2rem !default;
199199

200200
// Components
201201
//

0 commit comments

Comments
 (0)