MediaWiki:Common.css: Difference between revisions

From Discovery Data Service
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:


/* To make images responsive */
/* To make images responsive */ img
 
{  
.res-img img {
max-width:100%;  
 
max-width:100%;
 
height:auto;
height:auto;
 
padding: 5px;  
}
 
/* To make images responsive */
img {
max-width:100%;
height:auto;
}
}

Revision as of 13:28, 12 May 2020

/* To make images responsive */ img 
{ 
max-width:100%; 
height:auto;
padding: 5px; 
}