diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-21 01:02:03 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-21 01:02:03 +0200 |
| commit | 12df7622a090143c8b4647a13301e37ec927c409 (patch) | |
| tree | 710caf48d4599cd09f19a42ce6abfa3ac9177465 /docs/components | |
| parent | a5bed79459ee65f70ac7558424c756935ffeb8ba (diff) | |
| parent | 547e6e8af8af618b7ab9bf9bd68b144fcdf41fae (diff) | |
| download | bootstrap-12df7622a090143c8b4647a13301e37ec927c409.tar.xz bootstrap-12df7622a090143c8b4647a13301e37ec927c409.zip | |
Merge pull request #17025 from hebbet/v4-dev
fix broken link to flexbox
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index 5bb831f35..fc5032761 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -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"> |
