From 511a47c8964c43927563ee88b62b3f215bf9b7d1 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 28 Mar 2022 20:25:21 +0200 Subject: Update --- tpl/layouts/container.pug | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tpl/layouts/container.pug') diff --git a/tpl/layouts/container.pug b/tpl/layouts/container.pug index c1affc4..0973b74 100644 --- a/tpl/layouts/container.pug +++ b/tpl/layouts/container.pug @@ -2,11 +2,8 @@ mixin container - let classes = { 'l-container': true, - 'l-container--pad-x': attributes.padX, - 'l-container--pad-y': attributes.padY, 'l-container--narrow': attributes.narrow, - 'l-container--sm-narrow': attributes.smNarrow, - 'l-container--in-page': attributes.inPage, + 'l-container--narrow-50': attributes.narrow50, 'u-themed': !!attributes.theme } if (!!attributes.theme) { @@ -17,5 +14,4 @@ mixin container } div(class=classes)&attributes(attributes) - .l-container__inner - block + block -- cgit v1.2.3-54-g00ecf