Skip to content

Commit

Permalink
Replaced 'mobile' w/ 'touch devices' on nav burger
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Chu authored and jgthms committed Apr 11, 2020
1 parent 3b7ba4b commit 69af712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@

<div class="content">
<p>
The <code>navbar-burger</code> is a hamburger menu that only appears on <strong>mobile</strong>. It has to appear as the last child of <code>navbar-brand</code>. It has to contain three empty <code>span</code> tags in order to visualize the hamburger lines or the cross (when active).
The <code>navbar-burger</code> is a hamburger menu that only appears on <strong>touch devices</strong>. It has to appear as the last child of <code>navbar-brand</code>. It has to contain three empty <code>span</code> tags in order to visualize the hamburger lines or the cross (when active).
</p>
</div>

Expand Down

0 comments on commit 69af712

Please sign in to comment.