feat(css): Board-Titel font-size fluid via clamp()
This commit is contained in:
+1
-1
@@ -562,7 +562,7 @@ html, body {
|
||||
|
||||
.board-title {
|
||||
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;
|
||||
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
|
||||
max-width: 160px;
|
||||
|
||||
Reference in New Issue
Block a user