aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-03-18 10:29:10 +0200
committerGitHub <[email protected]>2020-03-18 10:29:10 +0200
commitcece839fc98caa12e73715a2351845580f74c51b (patch)
tree61ea3d4e9ea2c2b05c3f5b1002875ea4410b9c46
parent0ca2cf4ccac251bfd97c767f5608fa012673d5c3 (diff)
downloadbootstrap-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.md2
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">