2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Removal of one of the most iconic components of Bootstrap: the jumbotron (#28876)

This commit is contained in:
Martijn Cuppens
2019-06-07 13:44:26 +02:00
committed by XhmikosR
parent cafbbdc3b6
commit 2ac2a5a91e
26 changed files with 23 additions and 193 deletions
@@ -310,7 +310,7 @@ extra_css:
</nav>
<main role="main">
<div class="jumbotron">
<div class="bg-light p-5 rounded">
<div class="col-sm-8 mx-auto">
<h1>Navbar examples</h1>
<p>This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <a href="{{< docsref "/examples/navbar-static" >}}">top</a> and <a href="{{< docsref "/examples/navbar-fixed" >}}">fixed top</a> examples.</p>