mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 06:44:35 +02:00
Album example: remove misleading jumbotron-heading classname (#28741)
This commit is contained in:
committed by
XhmikosR
parent
aa7b055064
commit
36ea7e7421
@@ -15,7 +15,7 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron-heading {
|
.jumbotron h1 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -40,7 +40,7 @@ extra_css: "album.css"
|
|||||||
|
|
||||||
<section class="jumbotron text-center">
|
<section class="jumbotron text-center">
|
||||||
<div class="container">
|
<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 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>
|
<p>
|
||||||
<a href="#" class="btn btn-primary my-2">Main call to action</a>
|
<a href="#" class="btn btn-primary my-2">Main call to action</a>
|
||||||
|
Reference in New Issue
Block a user