MediaWiki:Common.css: Difference between revisions

From Discovery Data Service
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
height:auto;
height:auto;


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

Revision as of 12:02, 12 May 2020

/* To make images responsive */

.res-img img {

max-width:100%;

height:auto;

}

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