4 ms·
Looks interesting. A note to the author: that post is very difficult to read on mobile. Setting a width on your container will go a long way to improve readabil
by mmwtsn 13y ago
Looks interesting. A note to the author: that post is very difficult to read on mobile. Setting a width on your container will go a long way to improve readability (e.g. .wrapper { max-width: 90%; margin: 0 auto; }).
- isaacb 13y agoFixed! Thanks for the heads up.