aboutsummaryrefslogtreecommitdiff
path: root/site/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-07-08 19:23:40 -0700
committerMark Otto <[email protected]>2018-07-11 23:30:46 -0700
commitde7bef881e9431df4b75cd08968351f4fa1ffaa0 (patch)
tree11a3572b9a88ed3b6e3cb3f23b5d4b2e4f86fa55 /site/docs
parent5a11ba5d6b5e07ff4f0bb241171d1a1752c1c375 (diff)
downloadbootstrap-de7bef881e9431df4b75cd08968351f4fa1ffaa0.tar.xz
bootstrap-de7bef881e9431df4b75cd08968351f4fa1ffaa0.zip
update card columns docs to make copy more accurate
closes #26586, closes #26587
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.1/components/card.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.1/components/card.md b/site/docs/4.1/components/card.md
index 92cc1321f..25e9ec2d0 100644
--- a/site/docs/4.1/components/card.md
+++ b/site/docs/4.1/components/card.md
@@ -640,7 +640,7 @@ Cards can be organized into [Masonry](https://masonry.desandro.com/)-like column
<div class="card text-center">
<div class="card-body">
<h5 class="card-title">Card title</h5>
- <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
+ <p class="card-text">This card has a regular title and short paragraphy of text below it.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
@@ -660,7 +660,7 @@ Cards can be organized into [Masonry](https://masonry.desandro.com/)-like column
<div class="card">
<div class="card-body">
<h5 class="card-title">Card title</h5>
- <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
+ <p class="card-text">This is another card with title and supporting text below. This card has some additional content to make it slightly taller overall.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>