diff --git a/static/style.css b/static/style.css index 38f94d1..fc760fb 100644 --- a/static/style.css +++ b/static/style.css @@ -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 {