Skip to content

Commit

Permalink
mention spacing in card docs, fixes part of #24373
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 23, 2017
1 parent 8e81e69 commit bc175e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A **card** is a flexible and extensible content container. It includes options f

## Example

Cards are built with as little markup and styles as possible, but still manage to deliver a ton of control and customization. Built with flexbox, they offer easy alignment and mix well with other Bootstrap components.
Cards are built with as little markup and styles as possible, but still manage to deliver a ton of control and customization. Built with flexbox, they offer easy alignment and mix well with other Bootstrap components. They have no `margin` by default, so use [spacing utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/) as needed.

Below is an example of a basic card with mixed content and a fixed width. Cards have no fixed width to start, so they'll naturally fill the full width of its parent element. This is easily customized with our various [sizing options](#sizing).

Expand Down

0 comments on commit bc175e2

Please sign in to comment.