1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 16:14:04 +02:00

Clarify card group behavior (#30416)

Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
XhmikosR
2020-03-18 10:29:10 +02:00
committed by GitHub
parent 0ca2cf4cca
commit cece839fc9

View File

@@ -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">