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