Reputation: 190
I have a normal media query.
@media screen and (max-width: 1200px) {
}
but the style inside only gets applied at around 1085px (according to chrome console).
i checked my viewport it seems fine
any idea why ?
Upvotes: 0
Views: 185
Reputation: 190
Ok turns out im retarded and my browser was zoomed in like 80%
thanks for the help anyway :)
Upvotes: 2