No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.infobox * { | |||
word-break: break-all; | |||
background-color:red ; /*just for testin*/ | |||
} | |||
@media screen and (max-width: 500px) { | @media screen and (max-width: 500px) { | ||
.infobox { | .infobox { | ||
width: 100%; | width: 100%; | ||
float: none; | float: none; | ||
} | } | ||
} | } |