Difference between these two media queries (max-width, min-width).
Hi,
What is the difference between max-width and min-width in the case below?
@media screen and (max-width: 1024px) { }
@media screen and (min-width: 1024px) { }
Hosun Kang
Tittle was edited by Moderator.
