.site-header.unsigned {
  justify-content: space-between;
  padding: 0 8px;
}

.site-header.unsigned .button {
  background-color: var(--white);
  border: none;
  box-shadow: 0 0 4px 1px var(--box-shadow-black-20);
  font-family: var(--font-primary);
  font-size: 1.2rem;
  width: 80px;
}

@media only screen and (max-width: 290px) {
  .site-header.unsigned .button {
    width: 60px;
  }
}
