mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
use px in grid col padding since we're using px everywhere else for them
This commit is contained in:
parent
3743f279c1
commit
414ae3aa1a
@ -130,7 +130,7 @@ $container-max-widths: (
|
|||||||
// Set the number of columns and specify the width of the gutters.
|
// Set the number of columns and specify the width of the gutters.
|
||||||
|
|
||||||
$grid-columns: 12 !default;
|
$grid-columns: 12 !default;
|
||||||
$grid-gutter-width: 1.875rem !default; // 30px
|
$grid-gutter-width: 15px !default; // 30px
|
||||||
|
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
|
Loading…
Reference in New Issue
Block a user