From 752be8657d934d2b44716ca2bb5bfff9193ca45f Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Thu, 29 Dec 2022 08:19:55 +1100 Subject: [PATCH] Improve readability in docs flex page (#34647) It's not easy to otherwise correlate the examples with the relevant classes: you'd have to mentally count and correlate them. This obviates that need. Please see the image below to see the usefulness of the above. Co-authored-by: Mark Otto --- site/content/docs/5.3/utilities/flex.md | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/site/content/docs/5.3/utilities/flex.md b/site/content/docs/5.3/utilities/flex.md index e295034345..564c39f86c 100644 --- a/site/content/docs/5.3/utilities/flex.md +++ b/site/content/docs/5.3/utilities/flex.md @@ -82,34 +82,34 @@ Use `justify-content` utilities on flexbox containers to change the alignment of
-
Flex item
-
Flex item
-
Flex item
+
Justify
+
Content
+
Start
-
Flex item
-
Flex item
-
Flex item
+
Justify
+
Content
+
End
-
Flex item
-
Flex item
-
Flex item
+
Justify
+
Content
+
Center
-
Flex item
-
Flex item
-
Flex item
+
Justify
+
Content
+
Between
-
Flex item
-
Flex item
-
Flex item
+
Justify
+
Content
+
Around
-
Flex item
-
Flex item
-
Flex item
+
Justify
+
Content
+
Evenly