Template:Organisation/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
max-width: 15em; |
max-width: 15em; |
||
min-width: 15em; |
min-width: 15em; |
||
+ | max-height: 15em; |
||
+ | min-height: 15em; |
||
object-fit: contain; |
object-fit: contain; |
||
} |
} |
||
Line 24: | Line 26: | ||
max-width: 30em; |
max-width: 30em; |
||
min-width: 30em; |
min-width: 30em; |
||
+ | max-height: 30em; |
||
+ | min-height: 30em; |
||
object-fit: contain; |
object-fit: contain; |
||
} |
} |
Revision as of 23:45, 24 October 2022
/* {{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: 30em;
min-width: 30em;
width: 30em;
}
.infobox-dual-illustration img {
width: auto;
height: auto;
max-width: 15em;
min-width: 15em;
max-height: 15em;
min-height: 15em;
object-fit: contain;
}
.infobox-illustration img {
width: auto;
height: auto;
max-width: 30em;
min-width: 30em;
max-height: 30em;
min-height: 30em;
object-fit: contain;
}
.infobox-full-width-content {
max-width: 40em;
}