What does the 'only screen' code mean in a media query?
//See below the 'only screen' part of the code
@media only screen and (min-device-width: 320px)
I have used code that works without the 'only screen' part of the code. What does it do or how does it help?