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

Media queries CSS template

29th September 2016

CSS

Css - Codehaven

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

.inner-bg { padding: 30px 0 110px 0; }

}

@media (max-width: 415px) {

h1, h2 { font-size: 32px; }

}

For more on mobile media queries