From 35b8cdd1699833778ff863f38ab6464e9b3e1f23 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 20 Jul 2021 22:00:03 -0400 Subject: [PATCH] Remove the xxxl and xxxxl container max widths rather than setting them to almost the same --- resources/sass/_var.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/resources/sass/_var.scss b/resources/sass/_var.scss index ac9dbed..6b6646a 100644 --- a/resources/sass/_var.scss +++ b/resources/sass/_var.scss @@ -19,9 +19,7 @@ $container-max-widths: ( md: pxrem(720), lg: pxrem(960), xl: pxrem(1140), - xxl: pxrem(1540), - xxxl: pxrem(1540), - xxxxl: pxrem(1540) + xxl: pxrem(1540) ); // Colours