Forum Moderators: Robert Charlton & goodroi
@media screen and (max-width: 640px) {
table.bigcomplicatedmess tr {display: block; margin-top: 1em;}
table.bigcomplicatedmess td:first-child {display: block; margin-left: 1em;}
table.bigcomplicatedmess td:second-child {display: block; margin-left: 2em;}
}
et cetera. Of course it isn't really "second-child"; I use the nth-child construction so rarely that I don't have the syntax internalized. In the rare case where I've actually had to do this, I linked the successive indent to the respective columns' language attribute, but this probably won't help your site any. Huge multicolumn tables containing numeral data.
As an observation surely anyone wanting to seriously view "stuff" like this uses a bigger screen?