Hacker News new | ask | show | jobs
by vonadz 1437 days ago
I recently took a similar approach for a couple of simple websites (https://abyteofcoding.com/survey/ and https://crosspromote.io), and found that surprisingly people don't really care that much. It's still very annoying to deal with responsive stuff (changing design based on screen size) though.
1 comments

Your site is broken for crosspromote - things are too wide for the viewport leading to things being clipped and so unreadable (at least on mobile).
Ugh, dammit. Thanks for catching that.
A small bit of CSS will clean this up no problem :)

https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Text/Wr...