You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Hey,
I was making a template for my web app when I saw that the MDC Simple Menu does not look like the menu from the Material Design guidelines page. On the left we have MDC and on the right we have Material Design guidelines's menu.
It's actually different in:
The font-size which should be 16px.
The font-weight which should be 400.
The min-width which should be 170px.
The letter-spacing which should be 0.05px. (Should it be more or less than 0.05px? @robzenn92)
And with all these changes, the menu will look exactly like the one on Material Design guidelines page. On the left we have MDC and on the right we have Material Design guidelines's menu.