]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Replaced 'mobile' w/ 'touch devices' on nav burger
authorFernando Chu <fernando.churiv@gmail.com>
Wed, 26 Feb 2020 16:23:11 +0000 (11:23 -0500)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 11 Apr 2020 11:43:42 +0000 (12:43 +0100)
docs/documentation/components/navbar.html

index 25d8b9c6a0e2fd753d317bab6a89cd0925836a92..4eb0fd686167a06de2d850d6829411fe430ee6e1 100644 (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>