Skip to content

Commit

Permalink
Clarify card group behavior (twbs#30416)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Otto <markd.otto@gmail.com>
  • Loading branch information
2 people authored and olsza committed Oct 3, 2020
1 parent fd60724 commit 0064e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/4.3/components/card.md
Expand Up @@ -463,7 +463,7 @@ In addition to styling the content within cards, Bootstrap includes a few option

### Card groups

Use card groups to render cards as a single, attached element with equal width and height columns. Card groups use `display: flex;` to achieve their uniform sizing.
Use card groups to render cards as a single, attached element with equal width and height columns. Card groups start off stacked and use `display: flex;` to become attached with uniform dimensions starting at the `sm` breakpoint.

{{< example >}}
<div class="card-group">
Expand Down

0 comments on commit 0064e1b

Please sign in to comment.