7 lines
93 B
SCSS
7 lines
93 B
SCSS
$container-max-widths: (
|
|
sm: 600px,
|
|
md: 700px,
|
|
lg: 800px,
|
|
xl: 820px,
|
|
xxl: 840px
|
|
);
|