From 20c2d9fb4738d7b16ab179bcf52798c41d2353df Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 20 Jul 2021 13:00:38 -0400 Subject: [PATCH] Set the same container max width for xxl xxxl and xxxxl since the last two will be bumped up by the font-size --- resources/sass/_var.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/sass/_var.scss b/resources/sass/_var.scss index bf5847e..ac9dbed 100644 --- a/resources/sass/_var.scss +++ b/resources/sass/_var.scss @@ -20,8 +20,8 @@ $container-max-widths: ( lg: pxrem(960), xl: pxrem(1140), xxl: pxrem(1540), - xxxl: pxrem(1733), - xxxxl: pxrem(1925) + xxxl: pxrem(1540), + xxxxl: pxrem(1540) ); // Colours