Template:MinorNation/styles.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
   
 
.infobox {
 
.infobox {
margin: 0 0 1em 1em;
 
 
width: 200px;
 
width: 200px;
 
}
 
}

Revision as of 00:02, 19 July 2021

/* {{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.*/
@media all and ( min-width: 20px ) {
	.infobox {
		width: 20px;
	}
}

.infobox {
    width: 200px;
}
.infobox-image {
    text-align: center;
}