mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add breakpoint based column gaps documentation
This commit is contained in:
@@ -588,13 +588,22 @@ breadcrumb:
|
||||
<p>As for the size modifiers, you can have narrow columns for different <strong>breakpoints</strong>:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<code>is-narrow-mobile</code>
|
||||
<code>.is-narrow-mobile</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>is-narrow-tablet</code>
|
||||
<code>.is-narrow-tablet</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>is-narrow-desktop</code>
|
||||
<code>.is-narrow-touch</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>.is-narrow-desktop</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>.is-narrow-widescreen</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>.is-narrow-fullhd</code>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user