Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .wh-header-image { max-width: 100%; height: auto; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.wh-header-image { | .wh-header-image { | ||
− | max-width: 100%; | + | max-width: 100% !important; |
− | height: auto; | + | height: auto !important; |
} | } |
Revision as of 04:01, 23 April 2020
/* CSS placed here will be applied to all skins */
.wh-header-image {
max-width: 100% !important;
height: auto !important;
}