How can I decrease the size of my header logo?

Please change the css value in theme.scss file.

#HeaderLogo {
position: absolute;
top: 0;
left: 0;
width: 100%;

}
And for looking good, you may change this, too.

#HeaderLogoWrapper {
position: relative;
margin: 30px 0;

}