aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/content/docs/5.2/components/card.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/docs/5.2/components/card.md')
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.2/components/card.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.2/components/card.md b/vendor/twbs/bootstrap/site/content/docs/5.2/components/card.md
index 78c7cd3f3..6bc90e7b8 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.2/components/card.md
+++ b/vendor/twbs/bootstrap/site/content/docs/5.2/components/card.md
@@ -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 >}}