Add query to detect mobile devices

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-27 17:03:02 +03:00
parent 97a20ee9d7
commit bdb4ceb457

View File

@@ -89,4 +89,10 @@
@media screen and (max-width: overflow.$iletisim_sec_information3) {
@content;
}
}
@mixin mx_ismobile {
@media (hover: hover) and (pointer: fine) {
@content;
}
}