Changes

Jump to navigation Jump to search
163 bytes added ,  19:40, 24 October 2016
m
no edit summary
Line 628: Line 628:     
/* Responsive styling */
 
/* Responsive styling */
 +
@media screen and (max-width: 1600px) {
 +
    #mainbannerleft {
 +
        display: none;
 +
    }
 +
    #mainbannermiddle {
 +
        width: 60%;
 +
    }
 +
}
    
@media screen and (max-width: 1400px) {
 
@media screen and (max-width: 1400px) {
Line 636: Line 644:     
@media screen and (max-width: 1150px) {
 
@media screen and (max-width: 1150px) {
     th#sidebar, td#sidebar {
+
     th#sidebar, td#sidebar, td#mainbannerright {
 
         display: none;
 
         display: none;
 
     }
 
     }

Navigation menu