fix selection of contact info

This commit is contained in:
2025-08-03 17:49:21 -07:00
parent 8454d09247
commit 9bbc5ab283

View File

@@ -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 {