diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index 4181cd8e..53c1f62c 100644 --- a/rowers/templates/landingpage.html +++ b/rowers/templates/landingpage.html @@ -112,6 +112,7 @@ width: 100%; text-align: right; color: #000; + font-size: 18px; } .logo { @@ -161,7 +162,7 @@ font: 400 14px/1.2 "Lato", sans-serif; } - @media only screen and (max-device-height: 1024px) { + @media only screen and (max-device-height: 400px) { .register, h1, .register p { font: 400 12px/1.0 "Lato", sans-serif; margin: 0px; @@ -221,7 +222,7 @@
The best way to improve racing performance is to assess where you are, set objectives, make a plan, track progress, and adjust based on the results you are getting. diff --git a/rowers/templates/registration/login.html b/rowers/templates/registration/login.html index 21089cb6..cce0af90 100644 --- a/rowers/templates/registration/login.html +++ b/rowers/templates/registration/login.html @@ -1,4 +1,4 @@ -{% extends "newbasefront.html" %} +{% extends "newbase.html" %} {% block main %} @@ -7,6 +7,7 @@ {% endif %}