a[href="/"] > img {
  max-height: 48px; /* размер логотипа */
  width: auto;
}

/* Выравнивание по вертикали */
a[href="/"] {
  display: flex;
  align-items: center;
  line-height: 1;
}
