Template:MinorNation/styles.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
 
}
 
}
 
.infobox-full-width-content {
 
.infobox-full-width-content {
max-width: 2em;
+
max-width: 2em;
  +
}
}
 

Revision as of 03:09, 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: 1em;
 max-width: 2em;
 
 
}
.infobox-full-width-content {
    max-width: 2em;
}