If you uploaded a logo with the recommendation size and it looks small on the blog, insert the following code to the Appearance > Customize > Additional CSS. You could change the min-height size to whatever size you’d like.
.title-area .site-title a {
min-height: 150px;
}