DEV Community

Discussion on: How to decide CSS units for responsive website?

Collapse
 
pavlicko profile image
Just Another Developer

You can also set a max-width in characters instead of pixels, ems, etc. which is pretty sweet:
e.g. p{max-width:80ch;}