forked from verdnatura/hedera-web
Add desktop mixin
This commit is contained in:
parent
15c5dc761f
commit
e5efdff1d8
|
@ -9,3 +9,9 @@
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin desktop {
|
||||||
|
@media screen and (min-width: 1025px) {
|
||||||
|
@content;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue