Commit 547e6e8a authored by Pascal Herbert's avatar Pascal Herbert
Browse files

fix broken link to flexbox

parent e7b0d726
Showing with 1 addition and 1 deletion
+1 -1
...@@ -293,7 +293,7 @@ Cards include their own variant classes for quickly changing the `background-col ...@@ -293,7 +293,7 @@ Cards include their own variant classes for quickly changing the `background-col
## Groups ## 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 %} {% example html %}
<div class="card-group"> <div class="card-group">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment