Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-08-29 15:34:22 +0300
committerMark Otto <otto@github.com>2022-09-01 04:10:55 +0300
commit465cc2da4f028c36f6b1dc7887776af0db4f9176 (patch)
tree5c368f982f35e0e129d6137e71d74ef24684e2c5 /site
parenta0238d126b385044bd7cb16bdc9118f3d44e016f (diff)
Docs: improve cards image overlays markup
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.2/components/card.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/components/card.md b/site/content/docs/5.2/components/card.md
index 78c7cd3f32..6bc90e7b84 100644
--- a/site/content/docs/5.2/components/card.md
+++ b/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 >}}