From cceda089c01c6680b196ca7e53aad2f798862271 Mon Sep 17 00:00:00 2001 From: sudoer777 <78781902+sudoer777@users.noreply.github.com> Date: Fri, 26 Nov 2021 13:20:14 -0700 Subject: [PATCH] Move login button to top right of page on index --- public/stylesheets/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/index.css b/public/stylesheets/index.css index ffcfa14..d08e1e8 100644 --- a/public/stylesheets/index.css +++ b/public/stylesheets/index.css @@ -27,4 +27,8 @@ tr { #add-score-button { margin-right: auto; +} + +#login-button { + margin-left: auto; } \ No newline at end of file