MediaWiki:Common.css: Difference between revisions

From Transparent Clayton
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Header images should be responsive: .header-img { max-width:100%; height:auto; }")
(No difference)

Revision as of 09:13, 15 April 2024

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

/* Header images should be responsive */
.header-img {
  max-width:100%;
  height:auto;
}