In my webpage here I am trying to display data in tables (text and image beside eacht other) on a computer and as block elements under each other on a mobile phone. I thought that the following would be enough to achieve this:
... but apparently not; on the phone I still get tables. Any suggestion welcome.
Code:
<style>
@media screen and (max-width:600px) table, table tr, table td {display:block;}
</style>
... but apparently not; on the phone I still get tables. Any suggestion welcome.