1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-22 15:39:59 +00:00

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.
This commit is contained in:
Garrett Johnson 2021-03-09 08:41:39 -07:00 committed by Mark Otto
parent a245ef46e2
commit a49d1e3e58

View File

@ -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>