]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #391
authorJeremy Thomas <bbxdesign@gmail.com>
Wed, 7 Jun 2017 19:55:55 +0000 (20:55 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 7 Jun 2017 19:55:55 +0000 (20:55 +0100)
docs/documentation/layout/section.html

index 85044dc85325c33d709c909626c371deb1a2f012..e82126a6c6e15256ab2808e27d78bdfcc222d2e6 100644 (file)
@@ -23,12 +23,10 @@ doc-subtab: section
 <body>
   <section class="section">
     <div class="container">
-      <div class="heading">
-        <h1 class="title">Section</h1>
-        <h2 class="subtitle">
-          A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading
-        </h2>
-      </div>
+      <h1 class="title">Section</h1>
+      <h2 class="subtitle">
+        A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading
+      </h2>
     </div>
   </section>
 </body>