]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: card flex tip
authorJoe Workman <joe@workmanmail.com>
Tue, 2 Nov 2021 04:03:49 +0000 (21:03 -0700)
committerJoe Workman <joe@workmanmail.com>
Tue, 2 Nov 2021 04:03:49 +0000 (21:03 -0700)
closes #9962

docs/pages/card.md

index a228333a704eebbdfaa84c3ba3032703cbf3da95..f5c41df7b569ace98f3da76ae82c218f535e2d3d 100644 (file)
@@ -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.
 
+<div class="callout primary">
+
+The `.card` and `.card-divider` elements are flexbox containers. This allows you to use [Flexbox Utilities](flexbox-utilities.html) to create more flexible layouts.
+
+</div>
+
+
 <p>
   <a class="" data-open-video="0:32"><img src="{{root}}assets/img/icons/watch-video-icon.svg" class="video-icon" height="30" width="30" alt=""> Watch this part in video</a>
 </p>