Skip to content
Prev Previous commit
Next Next commit
style: spellcheck
  • Loading branch information
brandyscarney committed Jul 28, 2025
commit f372bbbdce11cc7397b57aee22a844e87010c0fb
2 changes: 1 addition & 1 deletion docs/layout/css-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Ionic provides the following utility classes for `align-content`:

### Justify Content

The [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) CSS property defines how the browser distributes space between and around content items along the main axis of a flex container and the inline axis of grid and multicol containers.
The [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) CSS property defines how the browser distributes space between and around content items along the main axis of a flex container and the inline axis of grid and multi-column containers.

<img src={require('@site/static/img/layout/justify-content.png').default} />

Expand Down
Loading