frankyonnetti
7/7/2013 - 8:59 PM

#scss #iOS RWD media query

CSS - iOS media query #scss #iOS

@media only screen and (max-device-width: 1024px) and (orientation:landscape) {

}

@media only screen and (max-device-width: 768px) and (orientation:portrait) {

}

@media only screen and (max-device-width: 480px) and (orientation:landscape) {

}

@media only screen and (max-device-width: 320px) and (orientation:portrait) {

}