1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Redo .card-deck and .card-group so they're always flex (#22860)

This commit is contained in:
Mark Otto
2017-08-13 14:53:24 -07:00
committed by GitHub
parent 2be34d5ce9
commit 54d76805a5
2 changed files with 23 additions and 7 deletions

View File

@@ -632,7 +632,8 @@ $card-bg: $white !default;
$card-img-overlay-padding: 1.25rem !default;
$card-deck-margin: ($grid-gutter-width / 2) !default;
$card-group-margin: ($grid-gutter-width / 2) !default;
$card-deck-margin: $card-group-margin !default;
$card-columns-count: 3 !default;
$card-columns-gap: 1.25rem !default;