Skip to content

Commit

Permalink
card.md: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Apr 24, 2015
1 parent bce2fa4 commit ff85ad1
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 @@ -21,7 +21,7 @@ Cards require very little markup, but do require some additional classes to give

### Sizing

Cards are block-leve by default, so they'll fill the available horizontal space. Constrain their widths via custom styles, our predefined grid classes, or our grid mixins.
Cards are block-level by default, so they'll fill the available horizontal space. Constrain their widths via custom styles, our predefined grid classes, or our grid mixins.

{% example html %}
<div class="card" style="width: 20rem;">
Expand Down

0 comments on commit ff85ad1

Please sign in to comment.