diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 52e14f6e..fc0b98f2 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -74,11 +74,13 @@ h6 { .intro-login { background: url(../img/login-bg.jpg) no-repeat center center; background-size: cover; + height: 100%; } .intro-signup { background: url(../img/signup-bg.png) no-repeat center center; background-size: cover; + height: 100%; } .intro-message > h1 { diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index 55466815..df6f5c37 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -117,7 +117,7 @@ {% endblock %} -