@media (max-width: 480px) {
  a[href^="/auth?tab=signup"] {
    max-width: 100%;
    min-height: 44px;
    height: auto !important;
    white-space: normal !important;
    text-align: center;
    line-height: 1.25;
  }
}
