Jump to content

MediaWiki:Common.css: Difference between revisions

From ClimateKG
No edit summary
No edit summary
Tag: Manual revert
Line 5: Line 5:
max-width:100%;
max-width:100%;
height:auto;
height:auto;
}
div.figure {
border: 8px solid red;
}
}

Revision as of 08:17, 18 May 2026

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

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