From 03fec36b44f495fd35e81dfd45400c9d512f8d00 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 18 Mar 2020 10:29:10 +0200 Subject: [PATCH] Clarify card group behavior (#30416) Co-authored-by: Mark Otto --- site/docs/4.4/components/card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.4/components/card.md b/site/docs/4.4/components/card.md index cb1301b82b1f..81839612736e 100644 --- a/site/docs/4.4/components/card.md +++ b/site/docs/4.4/components/card.md @@ -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 %}