Template:Infobox election/styles.css
From WikiMD's Wellness Encyclopedia
/* To avoid seeming biased on responsive skins - make sure all images are the same width and displayed e.g. not hidden by a scrollable element */
/* {{pp-template}} */
@media all and ( min-width: 700px ) {
body.skin--responsive:not( .skin-monobook ):not( .skin-timeless ) .infobox {
min-width: 460px;
}
}
body.skin--responsive:not( .skin-monobook ):not( .skin-timeless ) .infobox .notpageimage.noresize img {
height: 80px !important;
width: auto;
}