6 ms·
FYI: this is unreadable on my WP8 device. The screen width is set smaller than the text width so I have so scroll left and right for every line.
by TimMontague 14y ago
FYI: this is unreadable on my WP8 device. The screen width is set smaller than the text width so I have so scroll left and right for every line.
- alanctgardner2 14y agoI think the easy fix for this (for the benefit of the poster) is to use a meta tag to set the "viewport" attribute to 100%.
- wlindner 14y agoThanks for letting me know, I implemented a quick fix for mobile devices. Unfortunately I don't have a WP8 to test it on, but it shouldn't require scrolling left and right anymore to read the text.
- TimMontague 14y agoThank for fixing!