Zusätzliche Felder

This commit is contained in:
2020-03-02 16:27:31 +01:00
committed by smuddy
parent 53a234458f
commit f5d9350e53
36 changed files with 357 additions and 74 deletions

View File

@@ -1,15 +1,17 @@
.song {
display: grid;
grid-template-columns: 2fr 1fr;
column-gap: 20px;
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 2fr;
grid-template-columns: 1fr 1fr 1fr;
}