.tsd-page-toolbar .tsd-toolbar-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  margin: 0 auto;
}


.tsd-page-toolbar .tsd-toolbar-contents::before {
  content: "";
  background: url("logo.svg") no-repeat center;
  background-size: contain;
  width: 120px;
  height: 100%;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}
