Replaced 'mobile' w/ 'touch devices' on nav burger

This commit is contained in:
Fernando Chu 2020-02-26 11:23:11 -05:00 committed by Jeremy Thomas
parent 3b7ba4bcc0
commit 69af712653

View File

@ -711,7 +711,7 @@ $(document).ready(function() {
<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>