diff --git a/zsite/static/less/grid.less b/zsite/static/less/grid.less index 46f1c81..169ee11 100644 --- a/zsite/static/less/grid.less +++ b/zsite/static/less/grid.less @@ -132,4 +132,19 @@ @media (min-width: @screen-lg-min) { right: percentage((@columns / @grid-columns)); } +} + + +.container { + .container-fixed(); + + @media (min-width: @screen-sm-min) { + width: @container-sm; + } + @media (min-width: @screen-md-min) { + width: @container-md; + } + @media (min-width: @screen-lg-min) { + max-width: @screen-lg-min; + } } \ No newline at end of file