]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #25918
authorMark Otto <markdotto@gmail.com>
Sat, 31 Mar 2018 20:55:40 +0000 (13:55 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 31 Mar 2018 20:55:40 +0000 (13:55 -0700)
docs/4.0/components/jumbotron.md

index 451798de8caef3a760f90bac9dd6a892ecf9e7f1..c146215653cebe1cc5ecfa58ec4aa4340468489c 100644 (file)
@@ -13,9 +13,7 @@ A lightweight, flexible component that can optionally extend the entire viewport
   <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-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>
-  </p>
+  <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
 </div>
 {% endcapture %}
 {% include example.html content=example %}