How can I reduce my website header logo size?

https://everestcakehouse.com/ my site header logo size too much. can i help me ?
password - kaopee

Hello everesthouse,

Will suggest you to add some sort of code in css file .

Hello ,
Please add this code at the bottom of in theme-> edit code-> assets → styles.scss.liquid

@media only screen and (min-width: 799px) {
.logo.text-align--left img {
	width: 100px;
	text-align: center;
}
.main_nav .nav {
            vertical-align: middle;
	margin-top: 25px;
}
}