diff options
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/jumbotron.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index 0fa7215aa..49b7ba9a3 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -13,7 +13,7 @@ A lightweight, flexible component that can optionally extend the entire viewport <div class="jumbotron"> <h1 class="display-3">Hello, world!</h1> <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> - <hr class="my-2"> + <hr class="my-4"> <p>It uses utility classes for typography and spacing to space content out within the larger container.</p> <p class="lead"> <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a> |
