From b1eda59c4ffe4b02c16beb4a905e3b65fd4a71ad Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Fri, 11 May 2018 14:58:29 -0700 Subject: [PATCH] Centers all login-register forms this is especially necessary for password-reset forms --- lms/static/sass/views/_login-register.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index 94fd4f84e0..d7bb0f3055 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -101,6 +101,7 @@ background: $white; min-height: 100%; + margin: 0 auto; padding-left: ($baseline/2); padding-right: ($baseline/2); $third-party-button-height: ($baseline*1.75);