CSS: Tip. Use px for margin and padding
Tip. use px for margin and padding
for margin and padding , use px instead of font based units em ex.
If you use font based units , it increases whitespaces when users have larger font. Especially bad on small screen.
now i change my site to use px for this.