aboutsummaryrefslogtreecommitdiff
path: root/docs/components/jumbotron.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-08 22:16:28 -0700
committerMark Otto <[email protected]>2016-09-08 22:16:28 -0700
commit0be876359ed4ed7c8a3d315a6ef9a04eede8d765 (patch)
treee581144cab3da2959274f18206c2f01a14fee50d /docs/components/jumbotron.md
parentae784c9521101c391ecc98e906ddf18e6aeb459b (diff)
downloadbootstrap-0be876359ed4ed7c8a3d315a6ef9a04eede8d765.tar.xz
bootstrap-0be876359ed4ed7c8a3d315a6ef9a04eede8d765.zip
Update docs to use new spacing util class names
Diffstat (limited to 'docs/components/jumbotron.md')
-rw-r--r--docs/components/jumbotron.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md
index 9dd3c8294..56687705e 100644
--- a/docs/components/jumbotron.md
+++ b/docs/components/jumbotron.md
@@ -12,7 +12,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="m-y-2">
+ <hr class="my-2">
<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>