fix: long verse wrap

This commit is contained in:
Skavem 2023-02-21 23:14:04 +03:00
parent c03bd495f6
commit fdcde96d0c

View File

@ -53,6 +53,7 @@ body {
#lyrics {
color: #171717;
line-height: 2.5rem;
flex-basis: 0;
flex-shrink: 0;
flex-grow: 1;
}