From f8247ff7af00e65a1f273cc4e6995dcfa8a2f432 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 25 Jul 2026 11:16:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Adjust=20line=20thickness?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/dist/theme.css | 2 +- views/blocks/services-list/services-list.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/dist/theme.css b/static/dist/theme.css index a42563a..98dff1d 100644 --- a/static/dist/theme.css +++ b/static/dist/theme.css @@ -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'); diff --git a/views/blocks/services-list/services-list.css b/views/blocks/services-list/services-list.css index 10fb421..0aeb0ef 100644 --- a/views/blocks/services-list/services-list.css +++ b/views/blocks/services-list/services-list.css @@ -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');