diff options
author | Volpeon <git@volpeon.ink> | 2022-06-17 10:55:43 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-17 10:55:43 +0200 |
commit | 7fba6d59457ca330279649543715e6aa94cb36d0 (patch) | |
tree | 4683aa1e8d7aab2a77ff47b94df54663a443c9f7 /src | |
parent | Update (diff) | |
download | iro-design-7fba6d59457ca330279649543715e6aa94cb36d0.tar.gz iro-design-7fba6d59457ca330279649543715e6aa94cb36d0.tar.bz2 iro-design-7fba6d59457ca330279649543715e6aa94cb36d0.zip |
Update
Diffstat (limited to 'src')
-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 | ) |