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