Answer the question
In order to leave comments, you need to log in
How to change max-width container scss?
The project is built via webpack and boostrap has been installed as an npm package in node modules.
I found in the documentation that default variables can be changed using $container-max-widths. But that doesn't happen.
index.scss:
@import "~normalize.css";
@import "~bootstrap";
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1170px
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question