<p>On <strong>mobile</strong> and <strong>tablet</strong>, the container will have a margin of <strong>1.5rem</strong> on both the left and right sides.</p>
<p>On <strong>desktop</strong> (> 980px), the container will have a maximum width of <strong>960px</strong> and will be <strong>horizontally centered</strong>.</p>
</div>
</div>
<divclass="example">
<divclass="container">
<divclass="notification">
This container is <strong>centered</strong> on desktop.
</div>
</div>
</div>
{% highlight html %}
<divclass="container">
<divclass="notification">
This container is <strong>centered</strong> on desktop.
</div>
</div>
{% endhighlight %}
<divclass="container">
<hr>
<h3class="title">Fluid container</h3>
<divclass="content">
<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>