I can not increase the maximum width of my container. How to change the width in the source code?
I already tried to change the size of the width in the bootstrap-grid.css page.
The Element Inspector allows me to change the max-width. How to modify the _grid.scss: 6 file?
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}