Skip to content

Commit 2d3a946

Browse files
committed
fix: visible km counter on mobile frontend
1 parent e58a962 commit 2d3a946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636

3737
.km {
38-
font-size: 7rem;
38+
font-size: clamp(3.5rem, 12vw, 7rem);
3939
font-weight: 800;
4040
line-height: 1;
4141
letter-spacing: -0.03em;

0 commit comments

Comments
 (0)