How to slightly move logo to the left on DESTOP version only

I would like to move my logo to the left for it to align with my menu bar for destop only? Could anyone help me?

www.constructionlayers.com

Password: CollectionThree

Go to Themes> “…”> Edit Code> base.css> Find and adjust the margin in this code

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link, .header--top-left .header__heading-link {
    margin-left: -.75rem;
  }

Hope that helps!
@biznazz101