Set fixed column count

This commit is contained in:
2025-12-30 17:22:23 +01:00
parent 8df4e1fa53
commit 811b5724d0
2 changed files with 4 additions and 3 deletions

View File

@@ -179,6 +179,8 @@ main.song {
height: 100dvh;
display: flex;
flex-direction: column;
max-width: 60em;
margin: 0 auto;
iframe {
flex-grow: 1;