diff --git a/lms/static/js/student_account/components/PasswordResetConfirmation.jsx b/lms/static/js/student_account/components/PasswordResetConfirmation.jsx index f4a26a1ef5864bf135eefea3586605898dfda6dd..24053ee689ea6608677c24c6926aa44392bfaa77 100644 --- a/lms/static/js/student_account/components/PasswordResetConfirmation.jsx +++ b/lms/static/js/student_account/components/PasswordResetConfirmation.jsx @@ -83,11 +83,11 @@ class PasswordResetConfirmation extends React.Component { /> <form id="passwordreset-form" method="post" action=""> - <h2 className="section-title lines"> + <h1 className="section-title"> <span className="text"> {this.props.formTitle} </span> - </h2> + </h1> <p className="action-label" id="new_password_help_text"> {gettext('Enter and confirm your new password.')} diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index 7e2a0a65c871a4524b33043a26826945c5cd14ad..2e611a3dee1371415e73dbbbddb1ffa888ddb105 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -69,13 +69,14 @@ -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; - h2 { + h1 { @extend %t-title4; margin-top: $baseline; letter-spacing: normal; font-family: $font-family-sans-serif; color: $uxpl-blue-hover-active; + text-align: left; } h3 { diff --git a/lms/templates/student_account/login.underscore b/lms/templates/student_account/login.underscore index 58023fd5d5922ac36a88b38f3d175e6262c0e018..a04c9a32c6601664d0ad391da272c1fc569e8d6e 100644 --- a/lms/templates/student_account/login.underscore +++ b/lms/templates/student_account/login.underscore @@ -24,7 +24,7 @@ </p> <p><%- gettext("To continue learning with this account, sign in below.") %></p> <% } else { %> - <h2><%- gettext("Sign In") %></h2> + <h1><%- gettext("Sign In") %></h1> <% } %> <form id="login" class="login-form" tabindex="-1" method="POST">