]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: improve cards image overlays markup
authorJulien Déramond <julien.deramond@orange.com>
Mon, 29 Aug 2022 12:34:22 +0000 (14:34 +0200)
committerMark Otto <otto@github.com>
Thu, 1 Sep 2022 01:10:55 +0000 (18:10 -0700)
site/content/docs/5.2/components/card.md

index 78c7cd3f327bc3351cf4cdfd24088b4428d8b76d..6bc90e7b84f3da303d521a650f83b74424991e52 100644 (file)
@@ -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 >}}