Use `rem`s, they'll play nice with your user's preference.
@argyleink One thing i am starting to see more and more is people using rem/ems only for text and setting padding and margins using px. The argument for it is that padding/margin value shouldn't scale with the user's root html font size preferences. Can you please give me your opinion regarding that or point me to some blog post/ Youtube video?
@khaldoondev i'd argue it should scale, just cuz someone wants a font larger doesnt mean it should make cramped lookin UI.
but i'd also argue it depends, AND there's no silver bullet tactic.