diff options
Diffstat (limited to 'src/layouts/_container.scss')
-rw-r--r-- | src/layouts/_container.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layouts/_container.scss b/src/layouts/_container.scss index e4fd8d8..846adff 100644 --- a/src/layouts/_container.scss +++ b/src/layouts/_container.scss | |||
@@ -4,9 +4,9 @@ | |||
4 | @include iro.props-namespace('container') { | 4 | @include iro.props-namespace('container') { |
5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
6 | --dims: ( | 6 | --dims: ( |
7 | --narrow-125: iro.fn-px-to-rem(780px), | 7 | --narrow-125: iro.fn-px-to-rem(760px), |
8 | --narrow: iro.fn-px-to-rem(610px), | 8 | --narrow: iro.fn-px-to-rem(610px), |
9 | --narrow-75: iro.fn-px-to-rem(440px), | 9 | --narrow-75: iro.fn-px-to-rem(460px), |
10 | --pad-x: fn.global-dim(--size --400), | 10 | --pad-x: fn.global-dim(--size --400), |
11 | --pad-y: fn.global-dim(--size --800), | 11 | --pad-y: fn.global-dim(--size --800), |
12 | ) | 12 | ) |