Difference between revisions of "MediaWiki:Common.css"

From
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Make images responsive: .res-img { max-width: 100% !important; height: auto !important; }")
(No difference)

Revision as of 10:37, 11 May 2021

/* CSS placed here will be applied to all skins */

/* Make images responsive */
.res-img {
	max-width: 100% !important;
	height: auto !important;
}