5 ms·
I recently took a similar approach for a couple of simple websites (https://abyteofcoding.com/survey/ https://abyteofcoding.com/survey/ and https://crosspromote
by vonadz 4y ago
I recently took a similar approach for a couple of simple websites (https://abyteofcoding.com/survey/ https://abyteofcoding.com/survey/ and https://crosspromote.io 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.
- mattlondon 4y agoYour site is broken for crosspromote - things are too wide for the viewport leading to things being clipped and so unreadable (at least on mobile).
- vonadz 4y agoUgh, dammit. Thanks for catching that.
- mattlondon 4y agoA small bit of CSS will clean this up no problem :) https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Text/Wrapping_Text https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Text/Wr...