juliya
11/14/2018 - 8:23 AM

css-media-for-touch-devices

@media (any-pointer: fine) {
  /*
    These rules will be applied to not-touchscreen devices
  */
}

@media (any-pointer: coarse) {
  /*
    These rules will be applied to touchscreen devices only
  */
}