Skip to content

Commit

Permalink
fixes twbs#21509: remove reference to .card-deck-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jan 2, 2017
1 parent fc4ef0c commit b6b6def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ When using card groups with footers, their content will automatically line up.

### Card decks

Need a set of equal width and height cards that aren't attached to one another? Use card decks. By default, card decks require two wrapping elements: `.card-deck-wrapper` and a `.card-deck`. We use table styles for the sizing and the gutters on `.card-deck`. The `.card-deck-wrapper` is used to negative margin out the `border-spacing` on the `.card-deck`.
Need a set of equal width and height cards that aren't attached to one another? Use card decks.

{% example html %}
<div class="card-deck">
Expand Down

0 comments on commit b6b6def

Please sign in to comment.