diff --git a/docs/documentation/layout/container.html b/docs/documentation/layout/container.html index 5d5326f4..dd398b69 100644 --- a/docs/documentation/layout/container.html +++ b/docs/documentation/layout/container.html @@ -16,7 +16,8 @@ doc-subtab: container {% capture container_fluid_example %}
- This container is fluid: it will have a 24px gap on either side, on any viewport size. + This container is fluid: it will have a 32px gap on either side, on any + viewport size.
{% endcapture %} @@ -57,17 +58,16 @@ doc-subtab: container
  • .footer
  • - The container breakpoints have an offset defined by the $container-offset variable. It has a default value of 60px. + The containers width for each breakpoint is the result + of: $device - (2 * $gap). The $gap variable has a default value of + 32px but can be modified.

    This is how the container will behave:

    -

    - The $gap variable has a default value of 24px but can be modified. -

    The values 960, 1152 and 1344 have been chosen because they are divisible by both 12 and 16.

    @@ -83,7 +83,8 @@ doc-subtab: container

    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:

    +

    If you don't want to have a maximum width but want to keep the 32px margin on the left and + right sides, add the is-fluid modifier: