Merge pull request #24 from skavem/main

fix: long verse wrap
This commit is contained in:
Achraf RRAMI 2023-02-22 20:55:30 +00:00 committed by GitHub
commit 19558ec25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ body {
#lyrics {
color: #171717;
line-height: 2.5rem;
flex-basis: 0;
flex-shrink: 0;
flex-grow: 1;
}
@ -93,6 +94,7 @@ a {
display: flex;
flex-direction: column;
gap: 0.5rem;
flex-basis: 0;
}
#metadata h1 {
@ -145,6 +147,7 @@ a {
display: flex;
flex-direction: column;
gap: 2rem;
flex-basis: 0;
}
#about {