From: Gabriel Terwesten Date: Wed, 6 Dec 2017 23:48:16 +0000 (+0100) Subject: Remove obsolete $container-offset variable from documentation (#1504) X-Git-Tag: 0.6.2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85dbf1036364c94a73ae9b449fffe0f66a4da60b;p=thirdparty%2Fbulma.git Remove obsolete $container-offset variable from documentation (#1504) * Remove obsolete $container-offset variable from documentation * Fix .container docs --- diff --git a/docs/documentation/layout/container.html b/docs/documentation/layout/container.html index 5d5326f42..dd398b690 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: