MediaWiki:Common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* To make images responsive */
.res-img img {
    max-width: 100%;
    height: auto;
}

Revision as of 21:04, 8 July 2023

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

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