Synced with mixtape upstream

This commit is contained in:
2025-02-25 00:52:03 +01:00
parent 0896f2ac88
commit c02fda7df1
8 changed files with 70 additions and 22 deletions

View File

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