mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
move to grid gutter width, fixes #21300
This commit is contained in:
parent
51f723d669
commit
b3d8426ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ $card-link-hover-color: #fff !default;
|
|||
|
||||
$card-img-overlay-padding: 1.25rem !default;
|
||||
|
||||
$card-deck-margin: .625rem !default;
|
||||
$card-deck-margin: ($grid-gutter-width-base / 2) !default;
|
||||
|
||||
$card-columns-count: 3 !default;
|
||||
$card-columns-gap: 1.25rem !default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue