From 9c3a6453681c1957a77b631466989fd93d917648 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 25 Jul 2026 00:15:47 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Sync=20spec=20and=20plan?= =?UTF-8?q?=20to=20use=20text-24px=20after=20the=20build=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/superpowers/plans/2026-07-24-services-content-blocks.md | 2 +- .../specs/2026-07-24-services-content-blocks-design.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/superpowers/plans/2026-07-24-services-content-blocks.md b/docs/superpowers/plans/2026-07-24-services-content-blocks.md index 39db4ce..14fcc73 100644 --- a/docs/superpowers/plans/2026-07-24-services-content-blocks.md +++ b/docs/superpowers/plans/2026-07-24-services-content-blocks.md @@ -314,7 +314,7 @@ Create the file `views/blocks/services-list/services-list.css` with the followin } &__heading { - @apply text-cwc-blue-01 text-25px font-bold leading-none mt-6 mb-4; + @apply text-cwc-blue-01 text-24px font-bold leading-none mt-6 mb-4; &::after { background: var(--color-secondary); diff --git a/docs/superpowers/specs/2026-07-24-services-content-blocks-design.md b/docs/superpowers/specs/2026-07-24-services-content-blocks-design.md index b9ac9de..c1cf7b5 100644 --- a/docs/superpowers/specs/2026-07-24-services-content-blocks-design.md +++ b/docs/superpowers/specs/2026-07-24-services-content-blocks-design.md @@ -168,7 +168,7 @@ Notes: } &__heading { - @apply text-cwc-blue-01 text-25px font-bold leading-none mt-6 mb-4; + @apply text-cwc-blue-01 text-24px font-bold leading-none mt-6 mb-4; /* the orange accent underline from .post-title h1 */ &::after { background: var(--color-secondary);