Skip to content

Commit 916fbbf

Browse files
p4gsclaudehappy-otter
committed
Reduce mobile portrait title to prevent PARTY overflow
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 f8422c0 commit 916fbbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@
629629
.container { padding: 0 16px; }
630630
}
631631
@media (max-width: 520px) and (orientation: portrait) {
632-
.hero-title { font-size: clamp(5.6rem, 22vw, 9rem); letter-spacing: 4px; }
632+
.hero-title { font-size: clamp(4.2rem, 17vw, 7rem); letter-spacing: 3px; }
633633
}
634634
</style>
635635
</head>

0 commit comments

Comments
 (0)