diff --git a/docs/source/styles/flexbox/justify-content.blade.md b/docs/source/styles/flexbox/justify-content.blade.md index 31c1bd244..0f50b479b 100644 --- a/docs/source/styles/flexbox/justify-content.blade.md +++ b/docs/source/styles/flexbox/justify-content.blade.md @@ -6,15 +6,15 @@ category: "Flexbox" # Justify Content -
@endcomponent -## Center +### Center Use `.justify-center` to justify items along the center of the flex container's main axis: @@ -38,7 +38,7 @@ Use `.justify-center` to justify items along the center of the flex container's @endcomponent -## End +### End Use `.justify-end` to justify items against the end of the flex container's main axis: @@ -51,7 +51,7 @@ Use `.justify-end` to justify items against the end of the flex container's main @endcomponent -## Space between +### Space between Use `.justify-between` to justify items along the flex container's main axis such that there is an equal amount of space between each item: @@ -63,7 +63,7 @@ Use `.justify-between` to justify items along the flex container's main axis suc @endcomponent -## Space around +### Space around Use `.justify-around` to justify items along the flex container's main axis such that there is an equal amount of space around each item: @@ -74,3 +74,52 @@ Use `.justify-around` to justify items along the flex container's main axis such