From 9d0d51b24f41446f99fa379cb8ca99be77c08580 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 1 Mar 2023 20:27:53 +0100 Subject: Fix container --- src/layouts/_container.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/layouts/_container.scss b/src/layouts/_container.scss index da1ff0c..b567119 100644 --- a/src/layouts/_container.scss +++ b/src/layouts/_container.scss @@ -27,8 +27,6 @@ ), 'xs'); @include iro.bem-layout(iro.props-namespace()) { - box-sizing: border-box; - @each $size in 'narrow-125' 'narrow' 'narrow-75' { @include iro.bem-modifier($size) { max-width: fn.dim(--#{$size}); -- cgit v1.2.3-54-g00ecf