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