Skip to content

Commit

Permalink
Docs: improve cards image overlays markup
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Sep 1, 2022
1 parent a0238d1 commit 465cc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/components/card.md
Expand Up @@ -381,7 +381,7 @@ Turn an image into a card background and overlay your card's text. Depending on
<div class="card-img-overlay">
<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 content is a little bit longer.</p>
<p class="card-text">Last updated 3 mins ago</p>
<p class="card-text"><small>Last updated 3 mins ago</small></p>
</div>
</div>
{{< /example >}}
Expand Down

0 comments on commit 465cc2d

Please sign in to comment.