diff --git a/packages/webawesome/docs/docs/utilities/justify-content.md b/packages/webawesome/docs/docs/utilities/justify-content.md new file mode 100644 index 000000000..f8eed44ff --- /dev/null +++ b/packages/webawesome/docs/docs/utilities/justify-content.md @@ -0,0 +1,37 @@ +--- +title: Justify Content +description: Justify content utilities determine how space is distributed between items in flex and grid containers. +layout: docs +tags: layoutUtilities +--- + + + +Web Awesome includes classes to set the `justify-content` property of flex and grid containers. Use them alongside other Web Awesome layout utilities, like [cluster](/docs/utilities/cluster) and [stack](/docs/utilities/stack), to distribute space between items along the container's [main axis](#whats-the-main-axis). + +| Class Name | `justify-content` Value | Preview | +| ---------------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| `wa-justify-content-start` | `flex-start` |