diff options
| author | XhmikosR <[email protected]> | 2020-03-18 10:29:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-18 10:29:10 +0200 |
| commit | cece839fc98caa12e73715a2351845580f74c51b (patch) | |
| tree | 61ea3d4e9ea2c2b05c3f5b1002875ea4410b9c46 | |
| parent | 0ca2cf4ccac251bfd97c767f5608fa012673d5c3 (diff) | |
| download | bootstrap-cece839fc98caa12e73715a2351845580f74c51b.tar.xz bootstrap-cece839fc98caa12e73715a2351845580f74c51b.zip | |
Clarify card group behavior (#30416)
Co-authored-by: Mark Otto <[email protected]>
| -rw-r--r-- | site/content/docs/4.3/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/components/card.md b/site/content/docs/4.3/components/card.md index 5fd1fce45..4bb116f0f 100644 --- a/site/content/docs/4.3/components/card.md +++ b/site/content/docs/4.3/components/card.md @@ -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"> |
