When overriding the logo using slots some extra padding is applied:

In many cases this seems to make things look incorrect. It appears to be caused by the following:
::slotted(*){
padding:16px 30px 0 16px;
}
It feels like this ought to be removed and that padding/margins should be left up to the user.