From: Ben Koshy Date: Wed, 28 Dec 2022 21:19:55 +0000 (+1100) Subject: Improve readability in docs flex page (#34647) X-Git-Tag: v5.3.0-alpha2~215 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=752be8657d934d2b44716ca2bb5bfff9193ca45f;p=thirdparty%2Fbootstrap.git 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 --- 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