div#block-creative-responsive-theme-branding {
    display: flex;
    align-items: center;
  }
  
  .brand img {
      height: auto;
      margin-right: 10px;
      width: 100px;
      max-width: none;
  }
  
  .site-branding__name a {
      white-space: nowrap;
  }