2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Remove double spaces.

This commit is contained in:
XhmikosR
2017-10-04 12:46:36 +03:00
parent 9289773b8a
commit 1c24bdeca8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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.