🐞 fix: Adjust font size and line height for page hero services intro, and update margin for CTAs container
Deploy to Dreamhost (dev) / build (push) Successful in 37s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-07-14 22:01:54 -05:00
parent fbd3b7feb0
commit ecccfe8c70
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -48,10 +48,10 @@
.page-hero-services__intro {
color: #fff;
font-size: clamp(1rem, 1.5vw, 1.25rem);
font-size: clamp(1rem, 1.5vw, 1.5rem);
font-weight: 300;
line-height: 1.5;
max-width: 36rem;
line-height: 1.4;
max-width: 32rem;
opacity: 0.95;
text-align: left;
}