How can I enlarge the logo on my Debuty theme homepage?

how can increase the logo size at the homepage ?

Debuty theme

Hello There,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header__logo-image {
max-width: 310px;
}
.site-header__logo-image img {
width: 125%;
max-width: 310px !important;
}

thanks for your answer,

the logo size is still too small