Media query works when resize chrome but not toogle device responsive mode in chrome

时间:2019-04-08 12:55:54

标签: html css

This is an full-stack developer and I met one problem. My website is responsive website and use media query(max-width). I test is in chrome website and when I resize the chrome, it is working but not working when I test with toogle device toolbar. Please check attached image. using toogle device toolbar

resize the chrome

As you can see in the first image, I set device size as Mobile L(425px) but @media (max-width: 991px) query working But in the second image you can see @media (max-width: 767px) query working.

Thank you for read my problem.

0 个答案:

没有答案