Template:MinorNation/styles.css: Difference between revisions

From Kerbal Powers Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
 
/* The width style is limited to tablet and desktop resolutions as 22em is bigger than most mobile screens.
 
/* 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.*/
 
Historically, the mobile skin (Minerva) has used !important to override them but this is not sustainable.*/
  +
  +
   
 
.infobox {
 
.infobox {
Line 10: Line 12:
 
}
 
}
 
.infobox-image {
 
.infobox-image {
max-width: 200px;
+
max-width: 100px;
 
}
 
}
   

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

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