Changes

Jump to navigation Jump to search
no edit summary
Line 3: Line 3:  
/* Make images responsive */
 
/* Make images responsive */
 
.res-img img {
 
.res-img img {
max-width: 100% !important;
+
    max-width: 100% !important;
height: auto !important;
+
    height: auto !important;
 
}
 
}

Navigation menu