I'm developing a responsive website and I set some CSS markups with media queries , but I still suffer from some devices, such as the Samsung Galaxy S4 . I believe it's because it contains a device-pixel-ratio
equal to 3. I wanted to know how do I define media queries for this type of device.
Using Twitter Bootstrap the thing gets incredibly easy as it fits any device, including S4, which has a device-pixel-ratio
"different". It turns out that the site is ready, refactoring is out of the question.
Are there any other devices that might give me a headache? Should I just add a different media query to the Samsung Galaxy S4 device, or is there any way to make my CSS look similar to Twitter Bootstrap ?