Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Johnson <nvisiondesign@gmail.com>2021-03-09 18:41:39 +0300
committerMark Otto <otto@github.com>2021-03-11 04:23:24 +0300
commita49d1e3e58af96b7d08e0869261efdf07da13b22 (patch)
treeac87d58f58ac8781ea8c15a4b60bbb1862612105 /site/content/docs/5.0
parenta245ef46e2143851465951b363df403f2e3add19 (diff)
Fix Flex utilities to add vertical space in example
The `justify-content-around` example is missing a `mb-3` class because it is not the last example.
Diffstat (limited to 'site/content/docs/5.0')
-rw-r--r--site/content/docs/5.0/utilities/flex.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/utilities/flex.md b/site/content/docs/5.0/utilities/flex.md
index c87f7474e5..bbb1824b43 100644
--- a/site/content/docs/5.0/utilities/flex.md
+++ b/site/content/docs/5.0/utilities/flex.md
@@ -101,7 +101,7 @@ Use `justify-content` utilities on flexbox containers to change the alignment of
<div class="p-2 bd-highlight">Flex item</div>
<div class="p-2 bd-highlight">Flex item</div>
</div>
- <div class="d-flex justify-content-around bd-highlight">
+ <div class="d-flex justify-content-around bd-highlight mb-3">
<div class="p-2 bd-highlight">Flex item</div>
<div class="p-2 bd-highlight">Flex item</div>
<div class="p-2 bd-highlight">Flex item</div>