diff options
| author | Julien Déramond <[email protected]> | 2022-08-29 14:34:22 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-08-31 18:10:55 -0700 |
| commit | 465cc2da4f028c36f6b1dc7887776af0db4f9176 (patch) | |
| tree | 5c368f982f35e0e129d6137e71d74ef24684e2c5 | |
| parent | a0238d126b385044bd7cb16bdc9118f3d44e016f (diff) | |
| download | bootstrap-465cc2da4f028c36f6b1dc7887776af0db4f9176.tar.xz bootstrap-465cc2da4f028c36f6b1dc7887776af0db4f9176.zip | |
Docs: improve cards image overlays markup
| -rw-r--r-- | site/content/docs/5.2/components/card.md | 2 |
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 78c7cd3f3..6bc90e7b8 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 >}} |
