Site Logo is too Large on Mobile
If your logo is too large on mobile, try adding this to the Additional CSS (Appearance > Customize > Additional CSS). Adjust the 220px width as needed.
@media only screen and (max-width: 600px) { .site-title a { width: 220px; } }