Move submit score button to top left of page

This commit is contained in:
sudoer777 2021-11-26 13:17:44 -07:00
parent 3e7e9eeb70
commit e6c4d2347f

View file

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