CSS media queries for different screen sizes
There are loads of articles on the media queries and it can sometimes be a bit of a mission to get one's hands on CSS required to target various screen sizes on different devices. Mobile devices@media (min-width: 320px) and (max-width: 480px) { //CSS here