diff options
| author | Mark Otto <[email protected]> | 2017-10-22 19:33:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-22 19:33:27 -0700 |
| commit | bc175e2a6ada3ec8100ffc6d31c554555074a62e (patch) | |
| tree | de61b4badd18fb020305ed2841371c38fd5db072 /docs/4.0/components | |
| parent | 8e81e69d30ae54aff2b6880979f01ffab8e2f77f (diff) | |
| download | bootstrap-bc175e2a6ada3ec8100ffc6d31c554555074a62e.tar.xz bootstrap-bc175e2a6ada3ec8100ffc6d31c554555074a62e.zip | |
mention spacing in card docs, fixes part of #24373
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/card.md b/docs/4.0/components/card.md index ec89d26cf..af231903f 100644 --- a/docs/4.0/components/card.md +++ b/docs/4.0/components/card.md @@ -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). |
