Skip to content

Commit b3346e6

Browse files
p4gsclaudehappy-otter
committed
feat: make "th" in "Nth" superscript in hero title
Targets the 2nd and 3rd lava-letter in the first lava-text span with font-size: 0.55em and vertical-align: super. 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 002f8fe commit b3346e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,11 @@
305305
z-index: 1;
306306
filter: drop-shadow(1px 1px 0px #000);
307307
}
308+
.hero-title > .lava-text:first-child > .lava-letter:nth-child(2),
309+
.hero-title > .lava-text:first-child > .lava-letter:nth-child(3) {
310+
font-size: 0.55em;
311+
vertical-align: super;
312+
}
308313
@keyframes lava-flow {
309314
0% { background-position: 0% 50%; }
310315
50% { background-position: 100% 50%; }

0 commit comments

Comments
 (0)