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
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.