Merge pull request #753 from Araxeus/fix-lyrics-font-size

fix lyrics font size
This commit is contained in:
th-ch
2022-06-25 21:18:44 +02:00
committed by GitHub

View File

@ -7,6 +7,6 @@
}
.description {
font-size: 1.1vw !important;
font-size: clamp(1.4rem, 1.1vmax, 3rem) !important;
text-align: center !important;
}