]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #2642
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 12 Oct 2019 16:52:03 +0000 (17:52 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 12 Oct 2019 16:52:03 +0000 (17:52 +0100)
docs/documentation/layout/hero.html

index e5c9ca38bd7cdf6d2520533175e1c4313ffe31ad..6df6a4e5273a7a3dfe5f3cbdbdb92247191ab3d8 100644 (file)
@@ -34,7 +34,7 @@ meta:
     </li>
   </ul>
   <p>
-    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>.
+    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>.
   </p>
 </div>
 
@@ -411,20 +411,20 @@ meta:
 </section>
 {% endhighlight %}
 
-  <div class="bd-example is-fullwidth">
-    <section class="hero is-success is-fullheight">
-      <div class="hero-body">
-        <div class="container">
-          <p class="title">
-            Fullheight title
-          </p>
-          <p class="subtitle">
-            Fullheight subtitle
-          </p>
-        </div>
+<div id="fullheight-hero" class="bd-example is-fullwidth">
+  <section class="hero is-success is-fullheight">
+    <div class="hero-body">
+      <div class="container">
+        <p class="title">
+          Fullheight title
+        </p>
+        <p class="subtitle">
+          Fullheight subtitle
+        </p>
       </div>
-    </section>
-  </div>
+    </div>
+  </section>
+</div>
 
 {% highlight html %}
 <section class="hero is-success is-fullheight">