mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
fix typo (#1034)
This commit is contained in:
parent
4ac09f406e
commit
5d1288dcb9
@ -567,7 +567,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
<code>navbar-end</code> the <strong>right part</strong> of the menu, which appears at the end of the navbar
|
||||
<ul>
|
||||
<li>
|
||||
<code>navbar-item</code> each <strong>single item</strong> of the navbar, which can either be a <code>a</code> or a <code>div</code>
|
||||
<code>navbar-item</code> each <strong>single item</strong> of the navbar, which can either be an <code>a</code> or a <code>div</code>
|
||||
<ul>
|
||||
<li>
|
||||
<code>navbar-link</code> a <strong>link</strong> as the sibling of a dropdown, with an arrow
|
||||
|
Loading…
Reference in New Issue
Block a user