diff --git a/services/web/frontend/stylesheets/app/login-register.less b/services/web/frontend/stylesheets/app/login-register.less index 7c2c7d133c..58b053b69d 100644 --- a/services/web/frontend/stylesheets/app/login-register.less +++ b/services/web/frontend/stylesheets/app/login-register.less @@ -294,11 +294,13 @@ .register-illustration { position: absolute; left: 80px; + top: 100px; // for wide screen @media (min-width: 1700px) { position: relative; left: unset; + top: unset; display: flex; align-items: center; justify-content: center; diff --git a/services/web/frontend/stylesheets/app/register.less b/services/web/frontend/stylesheets/app/register.less index f0aafa10b8..72fac725fd 100644 --- a/services/web/frontend/stylesheets/app/register.less +++ b/services/web/frontend/stylesheets/app/register.less @@ -12,6 +12,12 @@ padding-top: @line-height-computed; } +.website-redesign { + .login-register-header-focus { + padding-top: unset; + } +} + .login-register-header-heading-focus { color: @neutral-90; margin-bottom: 0; diff --git a/services/web/public/img/website-redesign/features-universities-hero.png b/services/web/public/img/website-redesign/features-universities-hero.png index f7e0ab7738..d49324d28c 100644 Binary files a/services/web/public/img/website-redesign/features-universities-hero.png and b/services/web/public/img/website-redesign/features-universities-hero.png differ