/* Keep the portal footer centered and orderly on phones only. */
@media (max-width: 760px) {
  .portal-footer {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 13px !important;
    justify-items: center;
    text-align: center;
  }

  .portal-footer img {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: center !important;
  }

  .portal-footer p {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
    text-align: center;
  }

  .portal-footer a {
    grid-column: 1 !important;
    grid-row: 3 !important;
    justify-self: center !important;
    text-align: center;
  }
}
