From 39b6eb06274a934540a90a8f3d75ef2c3a741dc2 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 24 Jul 2017 12:56:51 +0200 Subject: [PATCH] Fix container docs --- docs/documentation/layout/container.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 %} +
-

Fluid container

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:

+
{{container_fluid_example}} @@ -90,8 +91,8 @@ doc-subtab: container {% highlight html %}{{container_fluid_example}}{% endhighlight %} +
-

Breakpoint containers

@@ -103,6 +104,7 @@ doc-subtab: container

+
{{container_widescreen_example}}