Yes if you want to make it a fixed header with everything the same size throughout scroll, then *comment out* line 1671 in the style.css file –
.header-image .light .site-title > a {
/*height: 56px;*/
}
You can still have the rest of the header get smaller with the logo if you wanted to, but if you prefer the header to be the same size then the above code would do it.