🐞 fix: Adjust line thickness
Deploy to Dreamhost (dev) / build (push) Successful in 36s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-25 11:16:39 -05:00
parent 2441cef539
commit f8247ff7af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5679,7 +5679,7 @@ a.contact-info__value:hover {
position: absolute;
inset-inline: 0;
top: var(--services-line-top);
height: 32px;
height: 16px;
pointer-events: none;
z-index: 1;
background-image: url('../img/services-list-line.svg');
+1 -1
View File
@@ -9,7 +9,7 @@
position: absolute;
inset-inline: 0;
top: var(--services-line-top);
height: 32px;
height: 16px;
pointer-events: none;
z-index: 1;
background-image: url('../img/services-list-line.svg');