Skip to content

Commit 789b585

Browse files
x-zheng16claude
andcommitted
align stat card numbers by fixing label min-height
Labels with different line counts (1 vs 2 lines) caused numbers to sit at different vertical positions. Fixed by setting min-height: 32px on .stat-label so all cards have consistent content height. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7693125 commit 789b585

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@
636636
text-transform: uppercase;
637637
letter-spacing: 1.5px;
638638
margin-top: 4px;
639+
min-height: 32px;
639640
font-family: 'JetBrains Mono', monospace;
640641
}
641642

0 commit comments

Comments
 (0)