(Created page with "@media screen and (max-width: 500px) { .infobox { width: 100%; float: none; } }") |
No edit summary |
||
Line 3: | Line 3: | ||
width: 100%; | width: 100%; | ||
float: none; | float: none; | ||
} | |||
.infobox * { | |||
word-break: break-all; | |||
} | } | ||
} | } |