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 is-fluid modifier:
diff --git a/docs/documentation/layout/container.html b/docs/documentation/layout/container.html
index dece1fc2..90746525 100644
--- a/docs/documentation/layout/container.html
+++ b/docs/documentation/layout/container.html
@@ -76,13 +76,14 @@ doc-subtab: container
{% highlight html %}{{container_example}}{% endhighlight %}
+ 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
-
+
Fluid container
is-fluid modifier:
@@ -103,6 +104,7 @@ doc-subtab: container