Template:Organisation/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 22: | Line 22: | ||
.infobox-dual-illustration img { |
.infobox-dual-illustration img { |
||
+ | |||
⚫ | |||
+ | |||
− | display:block; |
||
⚫ | |||
width:100%; |
width:100%; |
||
− | height:100%; |
||
} |
} |
Revision as of 23:05, 26 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-item {
width:20em;
}
.infobox-item-title {
width:10em;
}
.infobox-dual-illustration img {
max-width: 100%;
width:100%;
}
.infobox-dual-illustration {
max-width: 30em;
}
.infobox-illustration img {
max-width: 30em;
}
.infobox-full-width-content {
max-width: 40em;
}