From e6c4d2347f9464b50b6bd4e65b3c867e64135edd Mon Sep 17 00:00:00 2001 From: sudoer777 <78781902+sudoer777@users.noreply.github.com> Date: Fri, 26 Nov 2021 13:17:44 -0700 Subject: [PATCH] Move submit score button to top left of page --- public/stylesheets/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/index.css b/public/stylesheets/index.css index 7e66419..ffcfa14 100644 --- a/public/stylesheets/index.css +++ b/public/stylesheets/index.css @@ -25,6 +25,6 @@ tr { flex-direction: row; } -#actions-div { - margin-left: auto; +#add-score-button { + margin-right: auto; } \ No newline at end of file