mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Clarify card group behavior (#30416)
Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
parent
138e8da421
commit
03fec36b44
@ -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 %}
|
||||
<div class="card-group">
|
||||
|
Loading…
x
Reference in New Issue
Block a user