Skip to content

Commit

Permalink
Clarify card group behavior (#30416)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Otto <markd.otto@gmail.com>
  • Loading branch information
XhmikosR and mdo committed Mar 18, 2020
1 parent a133af6 commit 41d8856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.4/components/card.md
Expand Up @@ -479,7 +479,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.

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

0 comments on commit 41d8856

Please sign in to comment.