Template:MinorNation/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
.infobox { |
.infobox { |
||
− | width: |
+ | width: 210px; |
max-width: 200px; |
max-width: 200px; |
||
Revision as of 23:37, 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: 210px;
max-width: 200px;
}
.infobox-image {
max-width: 400px;
}
.infobox-full-width-content {
max-width: 200px;
}