Hey there Jocha,
Well first of all your logo has maximum height defined in the CSS which is the reason it is not displaying larger, to change that please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
https://www.ads-software.com/plugins/simple-custom-css
#sc_logo {
max-height: inherit;
}
This part will increase the logo size, the following part should increase the header height so add that as well:
.site-branding {
height: 140px;
}
If for some reason the code doesn’t work please keep it added and let me know so I can check it out.
Please let me know if this helps ??
Best regards,
Bojan