Set the same container max width for xxl xxxl and xxxxl since the last two will be bumped up by the font-size

This commit is contained in:
Kevin MacMartin 2021-07-20 13:00:38 -04:00
parent 9924246966
commit 20c2d9fb47

View file

@ -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