diff options
author | Volpeon <git@volpeon.ink> | 2022-06-15 07:15:57 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-15 07:15:57 +0200 |
commit | 83ae14bbb8dd532f04c4214f762fca57199f4622 (patch) | |
tree | 149837121bea9b26517c1a1b6f1ef3e0cfd1ac5e /tpl | |
parent | Smaller indent on narrow viewports (diff) | |
download | iro-design-83ae14bbb8dd532f04c4214f762fca57199f4622.tar.gz iro-design-83ae14bbb8dd532f04c4214f762fca57199f4622.tar.bz2 iro-design-83ae14bbb8dd532f04c4214f762fca57199f4622.zip |
Narrower container
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/layouts/container.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/layouts/container.pug b/tpl/layouts/container.pug index 0973b74..56c0b86 100644 --- a/tpl/layouts/container.pug +++ b/tpl/layouts/container.pug | |||
@@ -3,7 +3,7 @@ mixin container | |||
3 | let classes = { | 3 | let classes = { |
4 | 'l-container': true, | 4 | 'l-container': true, |
5 | 'l-container--narrow': attributes.narrow, | 5 | 'l-container--narrow': attributes.narrow, |
6 | 'l-container--narrow-50': attributes.narrow50, | 6 | 'l-container--narrow-75': attributes.narrow50, |
7 | 'u-themed': !!attributes.theme | 7 | 'u-themed': !!attributes.theme |
8 | } | 8 | } |
9 | if (!!attributes.theme) { | 9 | if (!!attributes.theme) { |