Skip to content

Commit 26b84b5

Browse files
p4gsclaudehappy-otter
committed
feat: lowercase "th" in "Nth" title instead of superscript
Reverts the superscript approach. Uses text-transform: lowercase on the 2nd and 3rd lava-letters to display "Nth" while the rest of the title stays uppercase. 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 b3346e6 commit 26b84b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +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-
font-size: 0.55em;
311-
vertical-align: super;
310+
text-transform: lowercase;
312311
}
313312
@keyframes lava-flow {
314313
0% { background-position: 0% 50%; }

0 commit comments

Comments
 (0)