mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
utils: add 🆕 responsive helpers
This commit is contained in:
@ -41,8 +41,9 @@
|
||||
<li><code>is-marginless</code> - removes any margin</li>
|
||||
<li><code>clearfix</code> - clears the floats</li>
|
||||
<li><code>is-hidden</code> - hides the element completely</li>
|
||||
<li><code>hide-sm</code> - hides the element for screens <600px</li>
|
||||
<li><code>hide-md</code> - hides the element for screens >=600px and <=1200px</li>
|
||||
<li><code>hide-xs</code> - hides the element for screens <600px</li>
|
||||
<li><code>hide-sm</code> - hides the element for screens >=600px and <900px</li>
|
||||
<li><code>hide-md</code> - hides the element for screens >=900px and <1200px</li>
|
||||
<li><code>hide-lg</code> - hides the element for screens >=1200px</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user