/
Grid Columns

Grid Columns

This establishes the grid.

Smaller viewports

Between 0px and 767px

grid-template-columns: [full-start] minmax(20px, 1fr) [main-start] minmax(0, $max-width) [main-end] minmax(20px, 1fr) [full-end];

Larger viewports

From 768px and up

grid-template-columns: [full-start] minmax(40px, 1fr) [main-start] minmax(0, $max-width) [main-end] minmax(40px, 1fr) [full-end];

ASCE Digital Style Guide

 

Related content

Masonry Grid
More like this
Columns Slider
Columns Slider
More like this
Page Container
Page Container
More like this
Card Grid
More like this
Promo Grid
More like this