Make logo bigger

Hi,

I uploaded my logo on the site, but by default, it is very small. Is there a way to make it bigger?

Thank you.

Here is the site: https://www.profileoptimize.com/

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the logo height by going to Appearance > Customize > Additional CSS and pasting it there.

/*Logo height*/
.logo {
    max-height: 100%;
}

Best Regards,
Support

Hi!

Can someone help me with my logo? I tried to change CSS (e.g:

.logo {
max-height: 100%;
}

or

img.logo {
max-height: 100%;
}

but It’s still so small like this…
Please HELP!