If we want to change the
$grid-gutter-width: 30px !default;
variable specifically for the .container
class, we can do so in the _variables.scss
file.
For example:
.container {
padding-left: 40px;
padding-right: 40px;
}
Where can I make this customization in Bootstrap 4.5?