Fix docs: level-element can also have horizontal layout on mobile
This commit is contained in:
parent
8b60a49393
commit
67d2ef779b
1 changed files with 1 additions and 1 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Reference in a new issue