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

@ -53,7 +53,7 @@
h2 {
color: var(--ui-color-muted);
font-size: 0.6rem;
font-size: 0.56rem;
line-height: 1;
text-transform: uppercase;
}
@ -62,7 +62,7 @@
display: block;
margin-top: 0.15rem;
font-family: var(--ui-font-display);
font-size: clamp(1.45rem, 2vw, 2rem);
font-size: clamp(1.25rem, 1.75vw, 1.72rem);
line-height: 0.82;
overflow-wrap: anywhere;
}
@ -70,7 +70,7 @@
p {
margin-top: 0.2rem;
color: var(--ui-color-muted);
font-size: 0.52rem;
font-size: 0.49rem;
line-height: 1.05;
overflow: hidden;
text-overflow: ellipsis;