Use rem for the container-max-widths

This commit is contained in:
Kevin MacMartin 2021-04-16 22:15:38 -04:00
parent b222ba04bf
commit 06235fb952

View file

@ -15,13 +15,13 @@ $grid-breakpoints: (
); );
$container-max-widths: ( $container-max-widths: (
sm: 540px, sm: pxrem(540),
md: 720px, md: pxrem(720),
lg: 960px, lg: pxrem(960),
xl: 1140px, xl: pxrem(1140),
xxl: 1540px, xxl: pxrem(1540),
xxxl: 1733px, xxxl: pxrem(1733),
xxxxl: 1925px xxxxl: pxrem(1925)
); );
// Colours // Colours