Open main menu
(Created page with "→‎CSS placed here will be applied to all skins: →‎To make images responsive: img { max-width:100%; height:auto; }")
(No difference)

Revision as of 13:23, 14 August 2018

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

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