bulma and fontawesome instaled
[josuexyz/.git] / public / vendors / bulma / sass / elements / container.sass
1 $container-offset: (2 * $gap) !default
2
3 .container
4   flex-grow: 1
5   margin: 0 auto
6   position: relative
7   width: auto
8   &.is-fluid
9     max-width: none
10     padding-left: $gap
11     padding-right: $gap
12     width: 100%
13   +desktop
14     max-width: $desktop - $container-offset
15   +until-widescreen
16     &.is-widescreen
17       max-width: $widescreen - $container-offset
18   +until-fullhd
19     &.is-fullhd
20       max-width: $fullhd - $container-offset
21   +widescreen
22     max-width: $widescreen - $container-offset
23   +fullhd
24     max-width: $fullhd - $container-offset