Hello @testament333 the logo is much larger than the header. You can simply add the css below in your custom css file in your entrada-child theme:
@media only screen and (min-width: 992px) {
.logo img {
width: 96px;
}
}
Or you can edit the header height using your custom code as shown here, (below is an example that you can tweak to meet your custom desgin needs):