diff options
| author | XhmikosR <[email protected]> | 2017-10-04 12:46:36 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-04 13:01:15 +0300 |
| commit | 1c24bdeca89e419da5ad2fc819e43fb96a912019 (patch) | |
| tree | cbb0815407bcaa717f620e3ecd8f6e3b6f025102 /docs/4.0/components/card.md | |
| parent | 9289773b8a496d1781655f944ec133eb9a781117 (diff) | |
| download | bootstrap-1c24bdeca89e419da5ad2fc819e43fb96a912019.tar.xz bootstrap-1c24bdeca89e419da5ad2fc819e43fb96a912019.zip | |
Remove double spaces.
Diffstat (limited to 'docs/4.0/components/card.md')
| -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 9db9bc3c9..5da0ef039 100644 --- a/docs/4.0/components/card.md +++ b/docs/4.0/components/card.md @@ -47,7 +47,7 @@ The building block of a card is the `.card-body`. Use it whenever you need a pad ### Titles, text, and links -Card titles are used by adding `.card-title` to a `<h*>` tag. In the same way, links are added and placed next to each other by adding `.card-link` to a `<a>` tag. +Card titles are used by adding `.card-title` to a `<h*>` tag. In the same way, links are added and placed next to each other by adding `.card-link` to an `<a>` tag. Subtitles are used by adding a `.card-subtitle` to a `<h*>` tag. If the `.card-title` and the `.card-subtitle` items are placed in a `.card-body` item, the card title and subtitle are aligned nicely. |
