mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Changing 'navbar-brand' to 'navbar' (#838)
navbar-menu can't be direct child and sibling of navbar-brand at the same time
This commit is contained in:
committed by
Jeremy Thomas
parent
27d4de4c13
commit
13b730934e
@@ -501,7 +501,7 @@ doc-subtab: navbar
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
The <code>navbar-menu</code> is the <strong>counterpart</strong> of the navbar brand. As such, it must appear as a direct child of <code>navbar-brand</code>, as a sibling of <code>navbar-brand</code>.
|
||||
The <code>navbar-menu</code> is the <strong>counterpart</strong> of the navbar brand. As such, it must appear as a direct child of <code>navbar</code>, as a sibling of <code>navbar-brand</code>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user