diff options
Diffstat (limited to 'docs')
| -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 a833d931f..fbefea14d 100644 --- a/docs/4.0/components/card.md +++ b/docs/4.0/components/card.md @@ -591,7 +591,7 @@ Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> - <div class="card bg-primary p-3 text-center"> + <div class="card bg-primary text-white text-center p-3"> <blockquote class="blockquote mb-0"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.</p> <footer class="blockquote-footer"> |
