Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS media queries debugging Reply To: media queries debugging

#180825
triplebit
Participant

Thanks
But how do I see the actual css code lines like so:

@media only screen (min-device-width: 640px) and
not (-webkit-min-device-pixel-ratio: 2) {
/* stylesheet for non-high density phone goes here */
}
Regards
I. lesher