Add sprite picker to start game page. Improve styles on verification page. Update global styles.

This commit is contained in:
Chris Wilson
2020-12-04 05:30:03 -05:00
parent 5529f4232b
commit eebaee3030
8 changed files with 118 additions and 17 deletions

View File

@@ -7,5 +7,12 @@
#check-result{
width: 540px;
text-align: center;
}
#check-result table{
text-align: left;
}
#check-result table th, #check-result table td{
padding-right: 20px;
}