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 */ img  
/* To make images responsive */ img { max-width:100%; height:auto; padding: 100px; }
{  
max-width:100%;  
height:auto;
padding: 5px;  
}

Revision as of 13:29, 12 May 2020

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