All touch screen and mobile devices (including tablets, smartphones) can be detected with css with the following @media rule.
@media only screen and (hover: none) and (pointer: coarse){
/* Regular CSS rules here*/
}
All touch screen and mobile devices (including tablets, smartphones) can be detected with css with the following @media rule.
@media only screen and (hover: none) and (pointer: coarse){
/* Regular CSS rules here*/
}