🐞 fix: Adjust font-weight
Deploy to Dreamhost (dev) / build (push) Successful in 32s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-20 21:25:35 -05:00
parent 0c1594a091
commit 0d3f2e8e03
+1
View File
@@ -96,6 +96,7 @@
.our-work__content p { .our-work__content p {
color: var(--color-white); color: var(--color-white);
font-size: var(--text-18px); font-size: var(--text-18px);
font-weight: 300;
line-height: 1.35; line-height: 1.35;
margin: 0; margin: 0;
} }