Media Queries breakpoint at wrong value

前端 未结 2 1397
长发绾君心
长发绾君心 2021-01-20 11:41

I\'m working on a responsive website (for the second time), but I\'m recently meeting problems... The fact is that all of my media queries breakpoint work fine, but at

相关标签:
2条回答
  • 2021-01-20 12:02

    Ensure you have:

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    In the head of your page.

    0 讨论(0)
  • 2021-01-20 12:12

    Marked answer didn't resolve the problem.

    It is just as mentioned in the comment by Scott Harrison , I did reset the zoom level back to 100% and it worked properly. (it was 110% initially)

    0 讨论(0)
提交回复
热议问题