Skip to content

Commit

Permalink
update card columns docs to make copy more accurate
Browse files Browse the repository at this point in the history
closes #26586, closes #26587
  • Loading branch information
mdo committed Jul 12, 2018
1 parent 5a11ba5 commit de7bef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/4.1/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit de7bef8

Please sign in to comment.