I was looking at a list of the different resolutions of phones and tablets for CSS designers and I realized that some phones have huge resolutions and some tablets even have bigger resolution than most computers.
Now here's my problem: I have a little gadget on my page that makes the logo move a bit toward the mouse. It makes a nice effect on computers but would be useless on tablets and phones (and probably be a problem as I'm not sure whether or not the logo is properly centered originally without the mouse). I managed to disable it and replace it with the normal logo on small phones with media queries but is there a way for the page (through Jquery or whatever) to recognize if the user is on tablet and thus modify the page accordingly?