Changes

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