components/src/dzeio/util.styl
Florian Bouillon d80fda2589 0.2.0
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2021-02-23 14:06:55 +01:00

16 lines
182 B
Stylus

@import './config'
.fullscreen
min-height 100vh
.w100p
width 100%
.hideMobile
@media (max-width $mobile)
display none
.hideTablet
@media (max-width $tablet)
display none