All,
I am trying to develop a responsive site, but for some reason the media query I use for the ipad/tablet is also effecting the iphone/mobile. Are my dimensions wrong?
What is the best way to target all three device types?
Thanks
/desktop/ @media (min-width:1100px)
/ipad/ @media screen and (max-width: 1115px)
/iphone/ @media screen and (max-width: 767px)