MediaWiki:Common.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
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 */
.bg3wiki-centered {
.res-img img {
     text-align: center;
     max-width: 100%;
    height: auto;
}
}

Revision as of 15:01, 19 July 2023

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

.bg3wiki-centered {
    text-align: center;
}