From c41e16f6044548e27fbf8e4ef65ed3067278c80b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 17:14:45 +0200 Subject: Update --- tpl/layouts/container.pug | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tpl/layouts/container.pug') diff --git a/tpl/layouts/container.pug b/tpl/layouts/container.pug index 56c0b86..522eb1a 100644 --- a/tpl/layouts/container.pug +++ b/tpl/layouts/container.pug @@ -1,10 +1,10 @@ mixin container - let classes = { - 'l-container': true, - 'l-container--narrow': attributes.narrow, - 'l-container--narrow-75': attributes.narrow50, - 'u-themed': !!attributes.theme + 'l-container': true, + 'l-container--fixed': attributes.fixed, + 'l-container--fixed-75': attributes.fixed50, + 'u-themed': !!attributes.theme } if (!!attributes.theme) { classes['t-' + attributes.theme] = true -- cgit v1.2.3-70-g09d2