Media Queries firing at wrong width

前端 未结 8 952
抹茶落季
抹茶落季 2020-12-07 18:08

I am building a responsive page and the media queries are firing at the wrong width size. I am using Chrome.

@media screen and (max-width: 1200px) {
 .logo-p         


        
8条回答
  •  不思量自难忘°
    2020-12-07 18:50

    Just a short addition, to prevent others from searching further even though the answer is given here.

    My zoom was already set to 100%, and still the issue was there. If you experience the same, the answer is simple: set your zoom to 90% and back to 100%, et voila, breakpoints on the width you want 'm.

提交回复
热议问题