diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 762e7f30dc..5ab50e26fd 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -76,6 +76,27 @@ The `.navbar-brand` can be applied to most elements, but an anchor works best as {% endexample %} +Adding images to the `.navbar-brand` will likely always require custom styles or utilities to properly size. Here are some examples to demonstrate. + +{% example html %} + + +{% endexample %} + +{% example html %} + + +{% endexample %} + ### Nav Navbar navigation is similar to our regular nav options—use the `.nav` base class with a modifier to achieve a particular look. In this case you'll want `.nav.navbar-nav`.