diff options
| author | Pascal Herbert <[email protected]> | 2015-08-19 18:46:05 +0200 |
|---|---|---|
| committer | Pascal Herbert <[email protected]> | 2015-08-19 18:46:05 +0200 |
| commit | 547e6e8af8af618b7ab9bf9bd68b144fcdf41fae (patch) | |
| tree | 706f4a86fea0a1b1c3fa8b74b5e9b1b902375066 /docs/components | |
| parent | e7b0d726dbe8ad7b442056846b52545e391ace18 (diff) | |
| download | bootstrap-547e6e8af8af618b7ab9bf9bd68b144fcdf41fae.tar.xz bootstrap-547e6e8af8af618b7ab9bf9bd68b144fcdf41fae.zip | |
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 053d978ca..c3af16d83 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"> |
