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');