fix(dashboard): rebalance type scale

This commit is contained in:
vince 2026-06-19 04:21:57 +02:00
parent bf6e7c0cc9
commit ff4e6c6d36
9 changed files with 48 additions and 15 deletions

View file

@ -83,7 +83,7 @@
h3 {
overflow-wrap: anywhere;
color: inherit;
font-size: 0.62rem;
font-size: 0.58rem;
font-weight: 800;
letter-spacing: 0;
line-height: 1.02;
@ -92,7 +92,7 @@
strong {
font-family: var(--ui-font-display);
font-size: clamp(1.75rem, 2.75vw, 2.4rem);
font-size: clamp(1.55rem, 2.45vw, 2.22rem);
font-weight: 800;
letter-spacing: 0;
line-height: 0.76;
@ -102,7 +102,7 @@
p {
overflow: hidden;
color: var(--ui-color-muted);
font-size: 0.53rem;
font-size: 0.49rem;
line-height: 1.05;
text-overflow: ellipsis;
text-transform: uppercase;