Skip to content

Commit

Permalink
Update site/content/docs/0.0/layout/utilities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Oct 30, 2024
1 parent b1bf81d commit 4142c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/0.0/layout/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Should you need to add `display: flex` to an element, do so with `.d-flex` or on

## Margin and padding

Use the `margin` and `padding` [spacing utilities]({{< docsref "/utilities/spacing" >}}) to control how elements and components are spaced and sized. OUDS Web includes a eight-level scale for spacing utilities, based on a `4px` value default `$ouds-dimension--space-fixed` variable. Choose values for all viewports (e.g., `.me-medium` for `margin-right: 16px` in LTR), or pick responsive variants to target specific viewports (e.g., `.me-md-medium` for `margin-right: 16px` —in LTR— starting at the `md` breakpoint).
Use the `margin` and `padding` [spacing utilities]({{< docsref "/utilities/spacing" >}}) to control how elements and components are spaced and sized. OUDS Web includes a eleven-level scale for spacing utilities, based on a `4px` value default `$ouds-dimension-base` variable. Choose values for all viewports (e.g., `.me-medium` for `margin-right: 16px` in LTR), or pick responsive variants to target specific viewports (e.g., `.me-md-medium` for `margin-right: 16px` —in LTR— starting at the `md` breakpoint).

## Toggle `visibility`

Expand Down

0 comments on commit 4142c64

Please sign in to comment.