Template:MinorNation/styles.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
   
 
.infobox {
 
.infobox {
width: 210px;
+
width: 250px;
max-width: 200px;
+
max-width: 250px;
 
 
 
 

Revision as of 23:38, 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.*/



.infobox {
   width: 250px;
    max-width: 250px;
 
 
}
.infobox-image {
    max-width: 400px;
}

.infobox-full-width-content {
    max-width: 250px;
}