Skip to content

Commit 1e2082c

Browse files
p4gsclaudehappy-otter
committed
Double mobile title font size for portrait orientation
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent f59a8f4 commit 1e2082c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582

583583
@media (max-width: 768px) {
584584
.hero { padding: 80px 0 60px; }
585-
.hero-title { font-size: clamp(2.4rem, 9vw, 4rem); letter-spacing: 3px; }
585+
.hero-title { font-size: clamp(3.2rem, 12vw, 5.5rem); letter-spacing: 4px; }
586586
.nav-links { gap: 16px; }
587587
.features-grid { grid-template-columns: 1fr; }
588588
.install-grid { grid-template-columns: 1fr; }
@@ -602,7 +602,7 @@
602602
@media (max-width: 520px) {
603603
.nav-links { display: none; }
604604
.hero-ctas { flex-direction: column; align-items: center; }
605-
.hero-title { font-size: clamp(2rem, 8vw, 3rem); letter-spacing: 2px; }
605+
.hero-title { font-size: clamp(2.8rem, 11vw, 4.5rem); letter-spacing: 3px; }
606606
.container { padding: 0 16px; }
607607
}
608608
</style>

0 commit comments

Comments
 (0)