Skip to content

Commit f8422c0

Browse files
p4gsclaudehappy-otter
committed
Double title font size in mobile 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 dfff499 commit f8422c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,9 @@
628628
.hero-title { font-size: clamp(2.8rem, 11vw, 4.5rem); letter-spacing: 3px; }
629629
.container { padding: 0 16px; }
630630
}
631+
@media (max-width: 520px) and (orientation: portrait) {
632+
.hero-title { font-size: clamp(5.6rem, 22vw, 9rem); letter-spacing: 4px; }
633+
}
631634
</style>
632635
</head>
633636
<body>

0 commit comments

Comments
 (0)