Modifying Digest Theme

I’m trying to use code injection to expand the vertical space that makes up the header in Digest. I’ve been able to get the logo to increase in size using the code below. But then it runs into the Nav. I need all that to move down as well.

.gh-head-logo img { max-height: 45px; /* increase value to increase logo size */ }