Skip to content

Commit eb355ff

Browse files
style: reduce body text font-size from 16px to 15px
1 parent f30bbcb commit eb355ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149

150150
/* ── Typography ──────────────────────────────────────────── */
151151
.title-md{font-size:17px;font-weight:500;color:var(--text-primary)}
152-
.body-md{font-size:16px;color:var(--text-primary);line-height:1.55}
152+
.body-md{font-size:15px;color:var(--text-primary);line-height:1.55}
153153
.body-sm{font-size:15px;color:var(--text-secondary);line-height:1.5}
154154

155155
/* ── Row helpers ─────────────────────────────────────────── */

0 commit comments

Comments
 (0)