There was a problem using media queries . Here is a screen of the problem:
- write lenovonuj@gmail.com, try to solve - user33274
- @Geyan, thanks - Arina
|
1 answer
Apparently, your media queries are working properly. To verify this, run the console window.innerWidth + 'x' + window.innerHeight and see the size of the device emulator viewport .
For your media queries to work as you expect, you need to add
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
