mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Add only responsive classes, Remove test tiles, Remove section border, Add widescreen container
This commit is contained in:
@@ -78,6 +78,10 @@
|
||||
@media screen and (min-width: $tablet)
|
||||
@content
|
||||
|
||||
=tablet-only
|
||||
@media screen and (min-width: $tablet) and (max-width: $desktop - 1px)
|
||||
@content
|
||||
|
||||
=touch
|
||||
@media screen and (max-width: $desktop - 1px)
|
||||
@content
|
||||
@@ -86,6 +90,10 @@
|
||||
@media screen and (min-width: $desktop)
|
||||
@content
|
||||
|
||||
=desktop-only
|
||||
@media screen and (min-width: $desktop) and (max-width: $widescreen - 1px)
|
||||
@content
|
||||
|
||||
=widescreen
|
||||
@media screen and (min-width: $widescreen)
|
||||
@content
|
||||
|
||||
Reference in New Issue
Block a user