Layout

Utilities for styling layout

Container

For full width content sections or sections that should align close to the edge of the viewport, add the px-4 lg:px-16 classes to the full-width section.

For content sections that should be contained, we've overridden the default Tailwind container with out own .container class. The .container class adds a 1440px max-width, margin-left and margin-right auto, and 1 rem padding. On large screens, the padding increases to 4rem.