diff options
| author | kyletsang <[email protected]> | 2023-06-07 20:59:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-06-25 14:45:38 -0700 |
| commit | 213888e17e6f9fe9ea7ae67e9d9c1c3e8494867a (patch) | |
| tree | b8ad25a8f049469b8cc9da647e0733b905a798b9 | |
| parent | 14292b4a22b3390a633184b97043e3e4a85db93a (diff) | |
| download | bootstrap-213888e17e6f9fe9ea7ae67e9d9c1c3e8494867a.tar.xz bootstrap-213888e17e6f9fe9ea7ae67e9d9c1c3e8494867a.zip | |
Update flex utilities link in navs docs
| -rw-r--r-- | site/content/docs/5.3/components/navs-tabs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/components/navs-tabs.md b/site/content/docs/5.3/components/navs-tabs.md index e60de38d2..49d77e9f3 100644 --- a/site/content/docs/5.3/components/navs-tabs.md +++ b/site/content/docs/5.3/components/navs-tabs.md @@ -53,7 +53,7 @@ Change the style of `.nav`s component with modifiers and utilities. Mix and matc ### Horizontal alignment -Change the horizontal alignment of your nav with [flexbox utilities]({{< docsref "/layout/grid#horizontal-alignment" >}}). By default, navs are left-aligned, but you can easily change them to center or right aligned. +Change the horizontal alignment of your nav with [flexbox utilities]({{< docsref "/utilities/flex#justify-content" >}}). By default, navs are left-aligned, but you can easily change them to center or right-aligned. Centered with `.justify-content-center`: |
