Skip to content

Bootstrap Grid forcing width

css
@media (min-width: 1200px) {
    .container {
        width: 970px; // @container-desktop
    }
}