mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #605
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user