Layout
Structural consistency
Size Scale
Property group
Applies to
Property
Value
Container Widths
Property group
Applies to
Property
Value
Aspect Ratios
Property group
Applies to
Property
Value
Last updated
Structural consistency
Last updated
section {
margin-top: var(--size-5);
}.page-container {
max-width: var(--width-md);
margin: 0 auto;
}.image {
aspect-ratio: var(--ratio-portrait);
}