Compare commits

..
2 Commits
Author SHA1 Message Date
Keith Solomon 63df8e9a88 🐞 fix: Update service heading font size
Deploy to Dreamhost (dev) / build (push) Successful in 35s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-25 10:54:30 -05:00
Keith Solomon 704b0dc266 🐞 fix: Unregister core pullquote block 2026-07-25 10:54:07 -05:00
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -154,6 +154,7 @@ add_filter(
unset( $blocks['core/calendar'] ); unset( $blocks['core/calendar'] );
unset( $blocks['core/buttons'] ); unset( $blocks['core/buttons'] );
unset( $blocks['core/search'] ); unset( $blocks['core/search'] );
unset( $blocks['core/pullquote'] );
// return the new list of allowed blocks // return the new list of allowed blocks
return array_keys( $blocks ); return array_keys( $blocks );
+1 -1
View File
@@ -5708,7 +5708,7 @@ a.contact-info__value:hover {
.services-list__heading { .services-list__heading {
margin-top: calc(var(--spacing) * 6); margin-top: calc(var(--spacing) * 6);
margin-bottom: calc(var(--spacing) * 4); margin-bottom: calc(var(--spacing) * 4);
font-size: var(--text-24px); font-size: var(--text-32px);
--tw-leading: 1; --tw-leading: 1;
line-height: 1; line-height: 1;
--tw-font-weight: var(--font-weight-black); --tw-font-weight: var(--font-weight-black);
+1 -1
View File
@@ -36,7 +36,7 @@
} }
.services-list__heading { .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 { &::after {
background: var(--color-secondary); background: var(--color-secondary);