mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Include example of widescreen and fullhd modifiers (#1129)
This commit is contained in:
committed by
Jeremy Thomas
parent
1a5dc72c1b
commit
79dedea734
@@ -25,15 +25,15 @@ doc-subtab: responsiveness
|
||||
|
||||
{% capture columns_multiple_breakpoints %}
|
||||
<div class="columns is-mobile">
|
||||
<div class="column is-half-mobile is-one-third-tablet is-one-quarter-desktop">
|
||||
<code>is-half-mobile</code><br>
|
||||
<code>is-one-third-tablet</code><br>
|
||||
<code>is-one-quarter-desktop</code>
|
||||
<div class="column is-three-quarters-mobile is-two-thirds-tablet is-half-desktop is-one-third-widescreen is-one-quarter-fullhd">
|
||||
<code>is-three-quarters-mobile</code><br>
|
||||
<code>is-two-thirds-tablet</code><br>
|
||||
<code>is-half-desktop</code>
|
||||
<code>is-one-third-widescreen</code>
|
||||
<code>is-one-quarter-fullhd</code>
|
||||
</div>
|
||||
<div class="column">1</div>
|
||||
<div class="column">1</div>
|
||||
<div class="column">1</div>
|
||||
<div class="column">1</div>
|
||||
</div>
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user