It's nearly impossible to hit the comment links on the main page on mobile Safari, even after double tapping to zoom in. Pinching to zoom won't show me a full line of text, so it's less than ideal.<p>Also, up and downvote arrows are mighty difficult to select unless completely zoomed in.<p>I'm sure it's also difficult on other mobile platforms as well.<p>Thanks for consideration.<p>With the `@media` queries in a stylesheet, you can conditionally style based on viewport size, so many devices can be supported with a single stylesheet. In fact, it would help keep the interface fluid no matter the device.