How can I adjust my debut theme logo size for desktop view?

@Liz93

Please add the following code at the bottom of your assets/theme.css file.

@media only screen and (min-width: 750px){
.site-header {width: 100%;}
.site-header__logo-image {max-width: 235px;}
}

Thanks!