From 83ae14bbb8dd532f04c4214f762fca57199f4622 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 15 Jun 2022 07:15:57 +0200 Subject: Narrower container --- tpl/layouts/container.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl') 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 let classes = { 'l-container': true, 'l-container--narrow': attributes.narrow, - 'l-container--narrow-50': attributes.narrow50, + 'l-container--narrow-75': attributes.narrow50, 'u-themed': !!attributes.theme } if (!!attributes.theme) { -- cgit v1.2.3-54-g00ecf