This is a link to the original post
Here writes the code like this:
@media screen and (max-device-width: 360px)
@media screen and (-webkit-min-device-pixel-ratio: 3)
@media screen and (device-aspect-ratio: 9/16)
How would I use that all at once? I am assuming it is with comma's but I am unsure and wouldn't know if it were working anyhow?
For Example would it be like this?
@media screen and (max-device-width: 360px), @media screen and (-webkit-min-device-pixel-ratio: 3), @media screen and (device-aspect-ratio: 9/16) {The edits go here}
Thanks for the help