[wd_asp elements=’search’ ratio=’100%’ id=1]

Media CSS queries for mobile sizes

2nd December 2014

CSS

Css - Codehaven

Always place at bottom after the main rules
At 720px or less make .case-study disappear on a mobile
This will only affect mobile users.


@media only screen and (min-width : 720px) {
.case-study {
display: none;
}
}

Have a look for other types of media query