Logo too big in heading on desktop

Hi there!

I have a problem with the logo. https://www.eco-notebk.com/?_ab=0&_fd=0&_sc=1

It is way to big in the desktop version, on mobile the logo performs great.

I tried to upload a smaller version (550 x 110px) but then it looks like the logo is magnified and of course quality is horrible.

I am not sure what to do, any help is apreciated.

@Amandine_1

Hope you’re safe?

To fix the issue you’re facing in your store about your logo not displaying well on desktop mode

Go to your theme and get it fix in header section

@Amandine_1
Hello,
Add This Logo

logo (2).png

Or

.normal-logo {
	width: 40%;
}

@media screen and (max-width: 768px){
.normal-logo {
	width: 80%;
}}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->timber.scss.liquid

like This

I managed to fix it, thank you!