From e7c80abb482f7abc137e322a1ee962b907a3c3a0 Mon Sep 17 00:00:00 2001 From: Luis Miguel Alvarado Date: Fri, 19 Jul 2019 09:46:21 -0400 Subject: [PATCH] [Docs] add space-evenly prop to justify-content.md --- website/contents/properties/justify-content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/contents/properties/justify-content.md b/website/contents/properties/justify-content.md index 84ccb335..346d3f81 100644 --- a/website/contents/properties/justify-content.md +++ b/website/contents/properties/justify-content.md @@ -25,4 +25,6 @@ remaining space around the children. Compared to `space between` using `space around` will result in space being distributed to the beginning of the first child and end of the last child. +**SPACE EVENLY** Evenly distributed within the alignment container along the main axis. The spacing between each pair of adjacent items, the main-start edge and the first item, and the main-end edge and the last item, are all exactly the same. + -- 2.50.1.windows.1