3.1 24 column grid View in a new window
The 24 column grid is used across the site and is the primary grid system.
It features a maximum container width of 1320px
and no gutter. The
container padding is 6%
of the viewport width to create an
even margin at either side of the container on all devices.
Twig: layout/24-col-grid/24-col-grid.twig
Example
Markup
<div class="grid__container grid--debug">
<div class="grid__row">
<div class="grid__col"></div>
</div>
</div>