Difference between revisions of "MediaWiki:Common.css"

From Heroes of Hammerwatch wiki
Jump to: navigation, search
Line 5: Line 5:
 
}
 
}
 
*/
 
*/
 +
 +
img {
 +
  max-width: 100%;
 +
  max-height: 100%;
 +
}

Revision as of 20:23, 23 March 2018

/* CSS placed here will be applied to all skins
body {
   background-image: url("images/1/15/Background1440p.png");

}
*/

img {
  max-width: 100%;
  max-height: 100%;
}