@media (max-width: 479px) {
  body .joinButton {
    border: none;
  }

  body .joinButton.joinButton-mobile {
    display: flex;
    flex-direction: column;
    grid-gap: 3px;
  }

  body .joinButton.joinButton-mobile .donateButton-mobile {
    background-color: #e57d26;
    border: none;
    text-align: center;
    color: #ffffff;
    padding: 4px;
    border-radius: 6px;
  }

  body .joinButton.joinButton-mobile {
    margin-top: 2px;
  }
}
