stevemcilwaine
10/25/2019 - 8:17 AM

CSS / SCSS media query to check for touch device (phone and tablet)

Media query to affect touch devices (tablet and phone)

@media (pointer: coarse) and (hover: none) {
  // Insert code here
}