Hello @kate5628
Please check your theme settings first. If you check that there is no option to increase the logo size then use the following style on your theme CSS file.
.fw--logo img {
max-height: 45px !important;
}
If helpful then please Like and Accept & mark it as a Solution.