]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix docs: level-element can also have horizontal layout on mobile
authorStefan Prosiegel <stefan.prosiegel@googlemail.com>
Tue, 1 Jan 2019 15:56:22 +0000 (16:56 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 1 Jan 2019 21:43:43 +0000 (08:43 +1100)
docs/documentation/overview/responsiveness.html

index 834a5f17a140890a4188137c82fad40688958555..61fbcd70fbadfdf0505cb3826394c8e04e510bc6 100644 (file)
@@ -35,7 +35,7 @@ $fullhd-enabled: false
     <li>the <code>level</code> component will show its children stacked vertically</li>
     <li>the <code>nav</code> menu will be hidden</li>
   </ul>
-  <p>You can however enforce the <strong>horizontal</strong> layout for both <code>columns</code> or <code>nav</code> by appending the <code>is-mobile</code> modifier.</p>
+  <p>You can however enforce the <strong>horizontal</strong> layout for both <code>columns</code> or <code>level</code> by appending the <code>is-mobile</code> modifier.</p>
 </div>
 
 {% include elements/anchor.html name="Breakpoints" %}