Skip to content

Commit 63fd0a2

Browse files
committed
1 parent 1cb190d commit 63fd0a2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/documentation/layout/hero.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</li>
3535
</ul>
3636
<p>
37-
For the <a href="#full-height-hero">full height hero</a> to work, you will also need a <code>hero-head</code> and a <code>hero-foot</code>.
37+
For the <a href="#fullheight-hero">fullheight hero</a> to work, you will also need a <code>hero-head</code> and a <code>hero-foot</code>.
3838
</p>
3939
</div>
4040

@@ -411,20 +411,20 @@ <h2 class="subtitle">
411411
</section>
412412
{% endhighlight %}
413413

414-
<div class="bd-example is-fullwidth">
415-
<section class="hero is-success is-fullheight">
416-
<div class="hero-body">
417-
<div class="container">
418-
<p class="title">
419-
Fullheight title
420-
</p>
421-
<p class="subtitle">
422-
Fullheight subtitle
423-
</p>
424-
</div>
414+
<div id="fullheight-hero" class="bd-example is-fullwidth">
415+
<section class="hero is-success is-fullheight">
416+
<div class="hero-body">
417+
<div class="container">
418+
<p class="title">
419+
Fullheight title
420+
</p>
421+
<p class="subtitle">
422+
Fullheight subtitle
423+
</p>
425424
</div>
426-
</section>
427-
</div>
425+
</div>
426+
</section>
427+
</div>
428428

429429
{% highlight html %}
430430
<section class="hero is-success is-fullheight">

0 commit comments

Comments
 (0)