aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcccabinet <[email protected]>2019-11-26 16:11:07 +0900
committerXhmikosR <[email protected]>2019-11-26 09:11:07 +0200
commit1977a661e64572576f63acfd70f6b62b1beb382e (patch)
tree0d4f1a0dfbbc8104b16771bbd64a7b8c98ca1125
parent82d8dae7e738167ea1820c960f25f07fc9721297 (diff)
downloadbootstrap-1977a661e64572576f63acfd70f6b62b1beb382e.tar.xz
bootstrap-1977a661e64572576f63acfd70f6b62b1beb382e.zip
justify-content:between ⇒ justify-content:space-between (#29734)
-rw-r--r--site/content/docs/4.3/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/components/navbar.md b/site/content/docs/4.3/components/navbar.md
index 2fa70a89b..00c37c594 100644
--- a/site/content/docs/4.3/components/navbar.md
+++ b/site/content/docs/4.3/components/navbar.md
@@ -227,7 +227,7 @@ Place various form controls and components within a navbar with `.form-inline`.
</nav>
{{< /example >}}
-Immediate children elements in `.navbar` use flex layout and will default to `justify-content: between`. Use additional [flex utilities]({{< docsref "/utilities/flex" >}}) as needed to adjust this behavior.
+Immediate children elements in `.navbar` use flex layout and will default to `justify-content: space-between`. Use additional [flex utilities]({{< docsref "/utilities/flex" >}}) as needed to adjust this behavior.
{{< example >}}
<nav class="navbar navbar-light bg-light">