Template:MinorNation/styles.css

From Kerbal Powers Wiki
< Template:MinorNation
Revision as of 05:08, 20 July 2021 by Spartwo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
/* The width style is limited to tablet and desktop resolutions as 22em is bigger than most mobile screens.
Historically, the mobile skin (Minerva) has used !important to override them but this is not sustainable.*/



.infobox {
    max-width: 20em;
    min-width: 20em;
	width: 20em;
}

.infobox-illustration img {
	width: auto;
	height: auto;
	max-width: 20em;
	max-height: 20em;
	object-fit: contain;
}

.infobox-full-width-content {
    max-width: 20em;
}