]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Makes is-full-height-with-navbar samples match
authorIsaac Zafuta <isaac@zafuta.com>
Sun, 28 Oct 2018 07:50:57 +0000 (00:50 -0700)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 28 Oct 2018 09:04:43 +0000 (09:04 +0000)
docs/documentation/layout/hero.html

index 3ef86e95ada80d60942161391a9f8696ee01c9ec..e5c9ca38bd7cdf6d2520533175e1c4313ffe31ad 100644 (file)
@@ -469,12 +469,12 @@ meta:
   </div>
 
 {% highlight html %}
-<section class="hero is-link is-fullheight">
+<section class="hero is-link is-fullheight-with-navbar">
   <div class="hero-body">
     <div class="container">
-      <h1 class="title">
+      <p class="title">
         Fullheight hero with navbar
-      </h1>
+      </p>
     </div>
   </div>
 </section>