From 1053df9517431d9c882328018f778d2a7a6948cf Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Mon, 1 Nov 2021 21:03:49 -0700 Subject: [PATCH] docs: card flex tip closes #9962 --- docs/pages/card.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/pages/card.md b/docs/pages/card.md index a228333a7..f5c41df7b 100644 --- a/docs/pages/card.md +++ b/docs/pages/card.md @@ -15,6 +15,13 @@ Make sure you wrap your content in a `.card-section` element in order to achieve A card container has no padding, allowing you to place full-bleed images inside. Use the `.card-divider` and `.card-section` classes to sub-divide a card. +
+ +The `.card` and `.card-divider` elements are flexbox containers. This allows you to use [Flexbox Utilities](flexbox-utilities.html) to create more flexible layouts. + +
+ +

Watch this part in video

-- 2.47.3