Documentation
Container

.container

Containers are the primary element for most of the content you will place on the view. By default a container has a max width of 1000px but you can add other classes called Adjusters to override that.

Container Small Container Full Container

Compatible Child Blocks

  • .section: A container’s children should always be a section. From inside the section you can add other elements like fields or filters.

Compatible Adjusters

AdjusterTargetDescription
.align-stretchChildrenWill cause all children to expand to the full height of the block
.align-endChildrenAligns children to the vertical end of the block
.align-centerChildrenAligns children to the vertical center of the block
.align-baselineChildrenAligns children to the vertical baseline
.justify-stretchChildrenWill cause all children to expand and use the remaining free space in the width of the block
.justify-endChildrenAligns children to the vertical end of the block in order
.justify-centerChildrenAligns children to the vertical center of the block in order
.justify-baselineChildrenAligns children to the vertical baseline in order
.gap-noneChildrenRemoves the gap between child items
.gap-smallChildrenCreates a small gap between child elements
.gap-mediumChildrenCreates a medium gap between child elements
.gap-largeChildrenCreates a large gap between child elements
.pad-noneSelfRemoves all padding from itself
.pad-smallSelfAdd a small padding around the inside border of itself
.pad-mediumSelfAdd a medium padding around the inside border of itself
.pad-largeSelfAdd a large padding around the inside border of itself