I have a media query, @media screen and (max-width: 480px)
. When testing in Google Chrome, the browser is applying it at 448px instead of 480px. What is causing this pixel difference, and how can it be fixed?
Meta tags being used:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width" />