Add space for autoscroll buffering
All checks were successful
Build / build (push) Successful in 2m34s

This commit is contained in:
Emil Miler 2024-12-30 17:19:27 +01:00
parent 246d9aeed7
commit bb578ff9eb

View File

@ -19,13 +19,13 @@ table {
} }
.song { .song {
padding: 1em 0 0 1em; padding: 3em 0 1em 1em;
} }
.title { .title {
font-size: 1.5em; font-size: 1.5em;
font-weight: bold; font-weight: bold;
margin-bottom: 1em; margin-bottom: 2em;
} }
.chords { .chords {