Remove indentation of the move list

This commit is contained in:
Juhani Krekelä 2021-01-11 00:25:24 +02:00
parent 6b66b70eb1
commit 5c49337357
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
#movelist {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0;
}
#movelist :nth-child(odd) {
background-color: #fff;