diff --git a/templates/player.html b/templates/player.html
index cadb356..a8b7337 100644
--- a/templates/player.html
+++ b/templates/player.html
@@ -83,14 +83,15 @@
background:#111827;
border:1px solid #374151;
border-radius:.5rem;
- padding:1rem 1.5rem;
+ padding:1rem 1.25rem;
margin:1rem 0;
white-space:pre-wrap;
- line-height:1.5;
- font-size:1.05rem;
+ line-height:1.3;
+ font-size:1rem;
}
.lyrics h2{
margin-top:0;
+ margin-bottom:.5rem;
color:#fbbf24;
font-size:1.2rem;
}
@@ -98,11 +99,14 @@
color:#60a5fa;
font-weight:700;
display:block;
- margin-top:.6rem;
+ margin-top:.5rem;
+ margin-bottom:.1rem;
}
.lyrics .lyric-line{
display:block;
- margin:.1rem 0;
+ line-height:1.3;
+ margin:0;
+ padding:0;
}