Closed davidyuk closed 5 years ago
font sizes it is even better to use em. The idea is (1) to not set the font size of the BODY element (in HTML), but use the default size of the device, because that is a size that the reader can comfortably read
https://www.w3.org/Style/Examples/007/units.html
As I understand from this document, sizes in rem has no difference with sizes in pixels because we have set font-size: 16px to html and body elements.
https://github.com/aeternity/aepp-components/pull/236
Closing this due to PR being opened.
https://www.w3.org/Style/Examples/007/units.html
As I understand from this document, sizes in rem has no difference with sizes in pixels because we have set font-size: 16px to html and body elements.