From 63df8e9a88ba668ba2035a6d120500cf6fd4d189 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 25 Jul 2026 10:54:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20service=20headin?= =?UTF-8?q?g=20font=20size?= 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 d565776..eb80e40 100644 --- a/static/dist/theme.css +++ b/static/dist/theme.css @@ -5708,7 +5708,7 @@ a.contact-info__value:hover { .services-list__heading { margin-top: calc(var(--spacing) * 6); margin-bottom: calc(var(--spacing) * 4); - font-size: var(--text-24px); + font-size: var(--text-32px); --tw-leading: 1; line-height: 1; --tw-font-weight: var(--font-weight-black); diff --git a/views/blocks/services-list/services-list.css b/views/blocks/services-list/services-list.css index f90c83a..555b0b4 100644 --- a/views/blocks/services-list/services-list.css +++ b/views/blocks/services-list/services-list.css @@ -36,7 +36,7 @@ } .services-list__heading { - @apply text-cwc-blue-01 text-24px font-black leading-none mt-6 mb-4; + @apply text-cwc-blue-01 text-32px font-black leading-none mt-6 mb-4; &::after { background: var(--color-secondary);