I've implemented Media CSS in my website and when I resize it in Chrome-Devtools it adjusts fine. But when I try it on mobile it shows like in a full desktop page.
Here's my website: dinf
when resizing the page in Devtools:
Can you please explain how can that be?
Just add the following line to the head tag of your page:
It allows elements and fonts to correctly scale on mobile devices. I suggest you to read this article about it.