Telephone Link

PHOTO EMBED

Tue May 27 2025 12:22:43 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #css #selector #phone

a[href^="tel"] {
  white-space: nowrap;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 30em) {
  a[href^="tel"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}
content_copyCOPY

targeting phone links