I am currently making a responsive design using CSS @media query, which works fine on "old" phones with a pixel ratio of 1:1.
But high-resolution (retina) displays are using ratios other than 1:1 for displaying the website, so the website looks small.
How do I set the pixel ratio it should use?
I tried to google it but I found only ways how to set an extra style for those displays.