mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Fix(docs): duplicate class in navbar docs
This commit is contained in:
parent
1a35257642
commit
6cc8d326e2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ The `.navbar-brand` can be applied to most elements, but an anchor works best as
|
|||
|
||||
<!-- As a heading -->
|
||||
<nav class="navbar navbar-light bg-light">
|
||||
<span class="h1" class="navbar-brand mb-0">Navbar</span>
|
||||
<span class="navbar-brand mb-0 h1">Navbar</span>
|
||||
</nav>
|
||||
{% endexample %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue