implement display of Q65 mode matrix

This commit is contained in:
Jakob Ketterl
2021-02-08 15:16:04 +01:00
parent ce48892173
commit a083042002
3 changed files with 57 additions and 2 deletions

View File

@ -24,4 +24,12 @@
h1 {
margin: 1em 0;
text-align: center;
}
.matrix {
display: grid;
}
.q65-matrix {
grid-template-columns: repeat(5, auto);
}