]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #605
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 2 Apr 2017 15:51:07 +0000 (16:51 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 2 Apr 2017 16:24:16 +0000 (17:24 +0100)
CHANGELOG.md
docs/documentation/layout/container.html

index 06ec4e466ae9c012202fb4c5c4ad22c71d286b17..b58e834b44f9e82af19b27b755bf387a9fa8ed21 100644 (file)
@@ -16,6 +16,7 @@
 * Fix #506 bold nav menu
 * Fix #581 nav container
 * Fix #512 nav grouped buttons
+* Fix #605 container example
 
 ## 0.4.0
 
index 0af58308ceab225b8f14ca5be25531e4943ef239..1a0a92908f23ed63d2ebbe5ab2f936a200791f1b 100644 (file)
@@ -33,8 +33,9 @@ doc-subtab: container
       <p>The values <strong>960</strong>, <strong>1152</strong> and <strong>1344</strong> have been chosen because they are divisible by both <strong>12</strong> and <strong>16</strong>.</p>
     </div>
   </div>
+</section>
 
-  <div class="example">
+  <div class="example is-fullwidth">
     <div class="container">
       <div class="notification">
         This container is <strong>centered</strong> on desktop.
@@ -57,7 +58,6 @@ doc-subtab: container
       <p>If you don't want to have a maximum width but want to keep the 20px margin on the left and right sides, add the <code>is-fluid</code> modifier:</p>
     </div>
   </div>
-</section>
 
   <div class="example is-fullwidth">
     <div class="container is-fluid">