Grid
The Grid System
Last updated
The Grid System
Last updated
A configurable grid designed to be used for page containers, with a main center column for content and gutters on each side. The main center column will expand until it reaches a max-width, at which point it will remain constrained and centered at that width.
Give all children of the grid a --grid-page-main
column value (equal to 2/3
) to place them in the main content area. Easily "break out" of the page grid for full-width panels by giving a child a 1 / -1
column placement
Property | Applies to |
---|---|
|
|
|
|
Each aspect of the page grid is configurable with CSS variables. Set them either on the :root
pseudo-element to apply globally, or on an individual page grid to apply just for that element.
Property | Default | Description |
---|---|---|
|
| Max width of the main content area |
|
| Width of the page gutters until the content area max with is reached |
Helpers for quickly setting common grid templates
Property Group | Applies to |
---|---|
|
|
Property | Value |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|