No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
@media screen and (max-width: 500px) { | @media screen and (max-width: 500px) { | ||
. | .wikitable { | ||
width: 100%; | width: 100% !important; | ||
float: none; | float: none !important; /* (sorry) */ | ||
} | } | ||
} | } |