Some trouble with @media | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Some trouble with @media

Hello wizards. Solo will not show the hole problem, but I'll try to explain. So, i try to learn adaptive design and have to experience certain difficulties. If i reduce browser window, then everything works fine. But when i check this with DevTools, and as you can see here, nothing works. On the extension up to 1000px width. That is, if in the third media query the extension is less than 1000px, only it will work and when i decreasing page size (in DevTools) , content on the page just shrinks. ... https:

27th Nov 2017, 8:36 AM
Bogdan Saliuk
Bogdan Saliuk - avatar
2 Answers
0
... If min-width >= 1000px, then the third and second media queries works. I.e. if the extension becomes less than 600px (in my example), then the page just continues to shrink, but does not process the first media request. What's wrong i do? And I'm so sorry for my English. I'm really sorry.
27th Nov 2017, 8:39 AM
Bogdan Saliuk
Bogdan Saliuk - avatar
27th Nov 2017, 8:44 AM
Bogdan Saliuk
Bogdan Saliuk - avatar