diff options
Diffstat (limited to 'src/layouts/_container.scss')
| -rw-r--r-- | src/layouts/_container.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/layouts/_container.scss b/src/layouts/_container.scss index b28eea2..fcc4837 100644 --- a/src/layouts/_container.scss +++ b/src/layouts/_container.scss | |||
| @@ -29,9 +29,9 @@ | |||
| 29 | @include iro.bem-layout(iro.props-namespace()) { | 29 | @include iro.bem-layout(iro.props-namespace()) { |
| 30 | @each $size in 'narrow-125' 'narrow' 'narrow-75' { | 30 | @each $size in 'narrow-125' 'narrow' 'narrow-75' { |
| 31 | @include iro.bem-modifier($size) { | 31 | @include iro.bem-modifier($size) { |
| 32 | max-width: fn.dim(--#{$size}); | 32 | max-inline-size: fn.dim(--#{$size}); |
| 33 | margin-right: auto; | 33 | margin-right: auto; |
| 34 | margin-left: auto; | 34 | margin-left: auto; |
| 35 | } | 35 | } |
| 36 | } | 36 | } |
| 37 | 37 | ||
