Template:Corporation/style.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→{{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 u...") |
mNo edit summary |
||
Line 8: | Line 8: | ||
width: 300px; |
width: 300px; |
||
max-width: 300px; |
max-width: 300px; |
||
+ | min-width: 300px; |
||
Revision as of 03:35, 20 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: 300px;
max-width: 300px;
min-width: 300px;
}
.infobox-image {
max-width: 300px;
}
.infobox-full-width-content {
max-width: 300px;
}