sebastiano-guerriero
10/21/2013 - 12:35 PM

CSS based on screen orientation.

CSS based on screen orientation.

@media all and (orientation:portrait) {  
    /* Styles for Portrait screen */  
}  
@media all and (orientation:landscape) {  
    /* Styles for Landscape screen */  
}