MediaWiki:Common.css: Difference between revisions

From International cyber law: interactive toolkit
Jump to navigation Jump to search
Content added Content deleted
(Blanked the page)
Tag: Blanking
No edit summary
Line 1: Line 1:
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}

Revision as of 15:23, 10 October 2018

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