Martin Larocque
Martin Larocque

Reputation: 190

CSS Media query is off around 100px of what the code is

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

Answers (1)

Martin Larocque
Martin Larocque

Reputation: 190

Ok turns out im retarded and my browser was zoomed in like 80%

thanks for the help anyway :)

Upvotes: 2

Related Questions