m |
m |
||
| Line 1: | Line 1: | ||
| − | @- | + | @media only screen and (max-width: 600px) { |
.wikitable { | .wikitable { | ||
| − | |||
width: 100% !important; | width: 100% !important; | ||
| + | } | ||
| + | img { | ||
| + | max-width: 100% !important; | ||
| + | height: auto !important; | ||
} | } | ||
} | } | ||
@media only screen and (max-width: 600px) { .wikitable { width: 100% !important; } img { max-width: 100% !important; height: auto !important; } }