Skip to content

Commit cf58451

Browse files
committed
fix: small typography discrepancies in quick start card
1 parent 1a20960 commit cf58451

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

static/css/v3/quick-start-card.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
font-family: var(--font-sans);
4848
font-size: var(--font-size-small);
4949
font-weight: var(--font-weight-medium);
50-
line-height: var(--line-height-default);
50+
line-height: 124%;
51+
letter-spacing: -0.14px;
5152
transition: color 0.15s ease;
5253
}
5354

0 commit comments

Comments
 (0)