Move submit score button to top left of page

main
sudoer777 2021-11-26 13:17:44 -07:00
parent 3e7e9eeb70
commit e6c4d2347f
1 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ tr {
flex-direction: row;
}
#actions-div {
margin-left: auto;
#add-score-button {
margin-right: auto;
}