update jumbotron markup

* update `.jumbotron` markup
* https://getbootstrap.com/docs/4.0/components/jumbotron/
This commit is contained in:
m5o
2017-12-03 12:13:31 +01:00
parent a6fb804b75
commit d541fbba18
22 changed files with 154 additions and 66 deletions

View File

@@ -1056,9 +1056,13 @@
</div>
<div class="bs-component">
<div class="jumbotron">
<h1 class="display-3">Jumbotron</h1>
<p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<p><a class="btn btn-primary btn-lg" href="#">Learn more</a></p>
<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-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>
</div>
</div>
</div>