Template:InfoboxCharacter/styles.css: Difference between revisions

No edit summary
No edit summary
Line 27: Line 27:


@media (max-width: 640px) {
@media (max-width: 640px) {
.mw-parser-output .infobox {
.infobox {
float: none;
float: none;
clear: both;
clear: both;
Line 49: Line 49:
/* @noflip */
/* @noflip */
clear: right;
clear: right;
width: 300px;
width: 280px;
}
}
}
}