/* Phone-only footer cleanup. Desktop and tablet keep the public domain. */
@media (max-width: 750px) {
  footer .footer-domain,
  .resume-mobile-domain {
    display: none !important;
  }
}
