Template:Organisation/styles.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 20: Line 20:
   
 
.infobox-dual-illustration img {
 
.infobox-dual-illustration img {
;
+
 
max-width: 15em;
 
max-width: 15em;
 
max-height: 15em;
 
max-height: 15em;

Revision as of 02:25, 25 October 2022

/* {{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: 30em;
    min-width: 30em;
	width: 30em;
}

.infobox-item {
	width:20em;
}

.infobox-item-title {
	width:10em;
}

.infobox-dual-illustration img {
	
	max-width: 15em;
	max-height: 15em;
	
}

.infobox-illustration img {
	
	max-width: 30em;
	max-height: 30em;
	
}

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