diff options
Diffstat (limited to 'src/layouts')
-rw-r--r-- | src/layouts/_container.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layouts/_container.scss b/src/layouts/_container.scss index b567119..da1ff0c 100644 --- a/src/layouts/_container.scss +++ b/src/layouts/_container.scss | |||
@@ -27,6 +27,8 @@ | |||
27 | ), 'xs'); | 27 | ), 'xs'); |
28 | 28 | ||
29 | @include iro.bem-layout(iro.props-namespace()) { | 29 | @include iro.bem-layout(iro.props-namespace()) { |
30 | box-sizing: border-box; | ||
31 | |||
30 | @each $size in 'narrow-125' 'narrow' 'narrow-75' { | 32 | @each $size in 'narrow-125' 'narrow' 'narrow-75' { |
31 | @include iro.bem-modifier($size) { | 33 | @include iro.bem-modifier($size) { |
32 | max-width: fn.dim(--#{$size}); | 34 | max-width: fn.dim(--#{$size}); |