Is it possible to adjust the height of the Navbar in Materialize?
64px is a bit too much for my site. I was going for 30px before I decided to materialize it.
You can add class on nav tag like that :
nav { height: 30px; line-height: 30px; }