Makes is-full-height-with-navbar samples match

This commit is contained in:
Isaac Zafuta
2018-10-28 00:50:57 -07:00
committed by Jeremy Thomas
parent 9f89f7252c
commit 14dac4c562

View File

@@ -469,12 +469,12 @@ meta:
</div> </div>
{% highlight html %} {% highlight html %}
<section class="hero is-link is-fullheight"> <section class="hero is-link is-fullheight-with-navbar">
<div class="hero-body"> <div class="hero-body">
<div class="container"> <div class="container">
<h1 class="title"> <p class="title">
Fullheight hero with navbar Fullheight hero with navbar
</h1> </p>
</div> </div>
</div> </div>
</section> </section>