mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 05:30:22 +00:00
fix broken link to flexbox
This commit is contained in:
parent
e7b0d726db
commit
547e6e8af8
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ Cards include their own variant classes for quickly changing the `background-col
|
|||
|
||||
## Groups
|
||||
|
||||
Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode](/layout/flexbox) can switch that to use `display: flex;` and provide the same effect.
|
||||
Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode](/getting-started/flexbox) can switch that to use `display: flex;` and provide the same effect.
|
||||
|
||||
{% example html %}
|
||||
<div class="card-group">
|
||||
|
|
|
|||
Loading…
Reference in a new issue