Skip to content
Gander Site
Appearance
Menu
Return to top
On this page
Bootstrap Grid forcing width
css
@media
(
min-width
:
1200
px
) {
.container
{
width
:
970
px
; // @
container-desktop
}
}