This might sound a bit nitpicky, but I do have a minor issue and a possible solution for it. Dreamwidth has recently implemented its website to be more mobile-friendly. I'd like to think there are a handful of players who do their tags on mobile too, aside from just me and my mobile-crazed self.
While the comment section is fine, most of the tables for the entries stretch out horizontally, which also stretches the page.
Original post on mobile: link "Fixed for mobiles" post on mobile: link
The quick fix to this was replacing the original "width: 1000px;" with "max-width: 1000px; width: 100%;" every time a new section started. The main concern was the horizontal stretching, which makes things pretty annoying to read. It doesn't make the letter spacing and all look pretty for mobile, but I'm just looking for better accessibility instead of aesthetic.
no subject
While the comment section is fine, most of the tables for the entries stretch out horizontally, which also stretches the page.
Original post on mobile: link
"Fixed for mobiles" post on mobile: link
The quick fix to this was replacing the original "width: 1000px;" with "max-width: 1000px; width: 100%;" every time a new section started. The main concern was the horizontal stretching, which makes things pretty annoying to read. It doesn't make the letter spacing and all look pretty for mobile, but I'm just looking for better accessibility instead of aesthetic.