This commit is contained in:
2020-03-02 18:47:04 +01:00
committed by smuddy
parent 5b746e0db5
commit ccd91aa81c
93 changed files with 444 additions and 89 deletions

View File

@@ -0,0 +1,17 @@
.song {
display: grid;
grid-template-columns: 1fr;
margin-top: 20px;
grid-gap: 20px;
}
.text {
white-space: pre-wrap;
font-family: 'Ubuntu Mono', monospace;
}
.detail {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}