Skip to content

Commit b9a3b63

Browse files
p4gsclaudehappy-otter
committed
feat: make TH in NTH slightly smaller (0.7em) in hero title
Replaces the lowercase approach with a size reduction for the T and H letters, keeping them uppercase but visually subordinate to the N. 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 26b84b5 commit b9a3b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projects/nthpartyfinder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
}
308308
.hero-title > .lava-text:first-child > .lava-letter:nth-child(2),
309309
.hero-title > .lava-text:first-child > .lava-letter:nth-child(3) {
310-
text-transform: lowercase;
310+
font-size: 0.7em;
311311
}
312312
@keyframes lava-flow {
313313
0% { background-position: 0% 50%; }

0 commit comments

Comments
 (0)