Can someone clarify whether the max-width in a media query is based on the viewport size or window size?
For instance, consider this media query:
@media screen and (max-width: 360px){}
Would this media query be activated when the viewport reaches 360px or when the window itself is 360px in size?