From 9bbc5ab28304e2295493dab5acbe0aa7b8c95db8 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Sun, 3 Aug 2025 17:49:21 -0700 Subject: [PATCH] fix selection of contact info --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c213e13..4f9f259 100644 --- a/style.css +++ b/style.css @@ -40,7 +40,6 @@ p { #contact-info-container { min-height: 57px; max-width: 162.13px; - user-select: none; } #contact-info-container * { @@ -54,6 +53,7 @@ p { .cover { cursor: pointer; background: #000000; + user-select: none; } .centerer {