🐞 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

This commit is contained in:
Keith Solomon
2026-07-25 10:54:30 -05:00
parent 704b0dc266
commit 63df8e9a88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);