浏览代码

Fix docs: level-element can also have horizontal layout on mobile

Stefan Prosiegel 6 年之前
父节点
当前提交
67d2ef779b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/documentation/overview/responsiveness.html

+ 1 - 1
docs/documentation/overview/responsiveness.html

@@ -35,7 +35,7 @@ $fullhd-enabled: false
     <li>the <code>level</code> component will show its children stacked vertically</li>
     <li>the <code>level</code> component will show its children stacked vertically</li>
     <li>the <code>nav</code> menu will be hidden</li>
     <li>the <code>nav</code> menu will be hidden</li>
   </ul>
   </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>
 </div>
 
 
 {% include elements/anchor.html name="Breakpoints" %}
 {% include elements/anchor.html name="Breakpoints" %}