Template:MinorNation/styles.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
   
 
.infobox {
 
.infobox {
max-width: 400px;
+
max-width: 200px;
 
 
 
 
 
}
 
}
  +
.infobox image {
  +
max-width: 200px;
  +
}
  +
 
.infobox-full-width-content {
 
.infobox-full-width-content {
max-width: 400px;
+
max-width: 200px;
 
}
 
}

Revision as of 22:13, 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 {
   max-width: 200px;
 
 
}
.infobox image {
    max-width: 200px;
}

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