Why with this code like this:
@media all and (max-width: 1000px){ body{ background-color: black; } }
If you put a number> 1000px instead of 1000px, everything works. As soon as the number <1000 stops working at all. What is the reason?
Here is the project itself: https://github.com/avoska/transformers