-
Notifications
You must be signed in to change notification settings - Fork 739
Closed
Labels
Description
Hi,
All over the CSS "px" is used as the unit. If it's converted to "em", then the menu will easily adapt itself with the sizing of the whole document, it's looks will be more consistent and the developer will be allowed to scale the menu as much as he wants it (without having to change so many parameters like paddings and margins).
Thanks