How to Change Logo Size

It's very easy, you just nedd to go to Dashboard >> Appearance >> Customize >> Custom Code >> Custom CSSCSS

Then, add this code to Custom Css:

.site-branding img {
 max-width: 200px! important;
 width: 200px! important;
}