]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix container docs
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 24 Jul 2017 10:56:51 +0000 (12:56 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 24 Jul 2017 11:02:15 +0000 (13:02 +0200)
docs/documentation/layout/container.html

index dece1fc2a98a85af2b4ed0cc52f0235b2bc0eeb7..907465250eb1c298f46e743f9f2ab3b9adce59d3 100644 (file)
@@ -76,13 +76,14 @@ doc-subtab: container
 
 {% highlight html %}{{container_example}}{% endhighlight %}
 
+<section class="section">
 <div class="container">
-  <hr>
   <h3 class="title">Fluid container</h3>
   <div class="content">
     <p>If you don't want to have a maximum width but want to keep the 24px margin on the left and right sides, add the <code>is-fluid</code> modifier:</p>
   </div>
 </div>
+</section>
 
 <div class="example is-fullwidth">
   {{container_fluid_example}}
@@ -90,8 +91,8 @@ doc-subtab: container
 
 {% highlight html %}{{container_fluid_example}}{% endhighlight %}
 
+<section class="section">
 <div class="container">
-  <hr>
   <h3 class="title">Breakpoint containers</h3>
   <div class="content">
     <p>
@@ -103,6 +104,7 @@ doc-subtab: container
     </p>
   </div>
 </div>
+</section>
 
 <div class="example is-fullwidth">
   {{container_widescreen_example}}