From d102363c9f2d72eaa831e8b5789409bee8dd919d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 8 May 2019 13:53:08 +0100 Subject: [PATCH] Album example: remove misleading jumbotron-heading classname (#28741) --- site/content/docs/4.3/examples/album/album.css | 2 +- 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 bfc270d52e..bc81349c59 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 11ea10b2a0..bedeefcf38 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:
-

Album example

+

Album example

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.

Main call to action -- 2.47.2