I increased the size of the logo in the header and used custom.css to do so
.navbar-brand.logo-control img.logo-img {
display: none;
max-height: 100px;
}
But that created another problem, as shown in the attached screenshot. The module head-action does not fill the space to the bottom of the header row. How would this be modified to fix it? Thanks.