feat(css): Board-Titel font-size fluid via clamp()

This commit is contained in:
2026-06-13 20:20:50 +02:00
parent 061669a7cc
commit 2ab3965640
+1 -1
View File
@@ -562,7 +562,7 @@ html, body {
.board-title { .board-title {
font-family: var(--font-display); font-family: var(--font-display);
font-size: 13px; font-weight: 600; letter-spacing: 1.5px; font-size: clamp(0.6875rem, 0.6458rem + 0.14vw, 0.8125rem); font-weight: 600; letter-spacing: 1.5px;
color: var(--accent); text-transform: uppercase; color: var(--accent); text-transform: uppercase;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
max-width: 160px; max-width: 160px;