mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 23:59:53 +02:00
add card column margin variable instead of relying on a default card margin
this assumes no margin on the .card to start (which will follow in a later commit)
This commit is contained in:
@@ -709,6 +709,7 @@ $card-deck-margin: .625rem !default;
|
||||
|
||||
$card-columns-count: 3 !default;
|
||||
$card-columns-gap: 1.25rem !default;
|
||||
$card-columns-margin: $card-spacer-y !default;
|
||||
|
||||
|
||||
// 22. Tooltips
|
||||
|
Reference in New Issue
Block a user