diff --git a/site/content/docs/4.3/examples/album/album.css b/site/content/docs/4.3/examples/album/album.css index bfc270d52e6a850318fd274c51f9919fa93d186d..bc81349c59317abf50e7492b41da445d89b91f44 100644 --- a/site/content/docs/4.3/examples/album/album.css +++ b/site/content/docs/4.3/examples/album/album.css @@ -15,7 +15,7 @@ margin-bottom: 0; } -.jumbotron-heading { +.jumbotron h1 { font-weight: 300; } diff --git a/site/content/docs/4.3/examples/album/index.html b/site/content/docs/4.3/examples/album/index.html index 11ea10b2a0c9eb840b64c4f784d2a6775a0c220a..bedeefcf38382e52b8d2a81bb3ab75d3c1fea68e 100644 --- a/site/content/docs/4.3/examples/album/index.html +++ b/site/content/docs/4.3/examples/album/index.html @@ -41,7 +41,7 @@ extra_css: <section class="jumbotron text-center"> <div class="container"> - <h1 class="jumbotron-heading">Album example</h1> + <h1>Album example</h1> <p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.</p> <p> <a href="#" class="btn btn-primary my-2">Main call to action</a>