I'm creating a website and I want it also to be prepare for mobile browsers. In theory, using em instead of px will allow the layout to re-size more easily based on user preferences. But nowadays, as I understood, modern browsers can resize px layouts as well as em layouts so it might not be as relevant as it was some years ago.
BUT, What about mobile browsers? How the use of one or the other will be better off for mobile devices?
If you could help me out with this question, I would be very much grateful!
Cheers.