diff options
| -rw-r--r-- | site/content/docs/4.3/examples/album/album.css | 2 | ||||
| -rw-r--r-- | site/content/docs/4.3/examples/album/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/examples/album/album.css b/site/content/docs/4.3/examples/album/album.css index bfc270d52..bc81349c5 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 11ea10b2a..bedeefcf3 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> |
