This 1-column grid row is full-height: .row-full
This 2-column grid row is half-height: .row-half
.row-one-third
TIP: apply a height class to the child element to make it vertically occupy more space (ex. .h100).
.row-one-fourth
.row-one-fifth
Apply .gap class to grid wrapper.
Apply .c-start-X to a child element, where X can be 1 - 6.
This box starts in the 2nd column.
Apply .r-start-X to a child element, where X can be 1 - 6.
This box starts on the 2nd row.
Apply .c-span-X to a child element, where X can be 1 - 6.
This box spans 3 columns.
Apply .r-span-X to a child element, where X can be 1 - 6.
This box spans 2 rows.