diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/navbar.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 39366fd0f..d2553de79 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -202,7 +202,8 @@ Place various form controls and components within a navbar with `.form-inline`. Align the contents of your inline forms with utilities as needed. {% example html %} -<nav class="navbar navbar-light bg-faded justify-content-end"> +<nav class="navbar navbar-light bg-faded justify-content-between"> + <a class="navbar-brand">Navbar</a> <form class="form-inline"> <input class="form-control mr-sm-2" type="text" placeholder="Search"> <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button> |
