css - Media Query doesn't initialize in browser's mobile view -
i didn't resize browser used developer tools under chrome.
i made sure had proper meta tags
<meta name="viewport" content="width=device-width, initial-scale=1">
and used max/min-width instead of -device-width.
the queries don't show @ all. local version works well. i'd rather not post live version here because of nature of site i'll try give information possible.
order can important media queries, 1 can overriding if don't have them ordered properly
Comments
Post a Comment