layout-center

Horizontally centered content container with configurable max-width. Essential for constraining content width on wide screens.

Attributes

Attribute Values Default Description
data-layout-max narrow, normal, wide normal Maximum width (45rem, 60rem, 80rem)
data-layout-intrinsic boolean - Centers content that is narrower than max-width
data-layout-text boolean - Centers text alignment
data-layout-gutter none, s, l m Horizontal padding (gutter)

Max Width Variants

The data-layout-max attribute controls the maximum width of the container.

Intrinsic Centering

The data-layout-intrinsic attribute centers content that is narrower than the max-width.

Text Centering

The data-layout-text attribute adds text-align: center for centered text content.

Gutter Variants

The data-layout-gutter attribute controls horizontal padding (useful for nested centers).

Usage Examples

Page Layout

Hero Section

Article Content

Form Container

Related