tweak: reduce lyrics font to clamp(18px,2.2vw,32px)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9ce98a08db
commit
54f452a82a
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ html, body {
|
|||
.lyric-line {
|
||||
color: #ffffff;
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: clamp(24px, 3.2vw, 48px);
|
||||
font-size: clamp(18px, 2.2vw, 32px);
|
||||
line-height: 1.5;
|
||||
letter-spacing: 0.03em;
|
||||
text-shadow:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue