diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index 60f01d68..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,6 +162,18 @@ font: 400 14px/1.2 "Lato", sans-serif; } + @media only screen and (max-device-height: 400px) { + .register, h1, .register p { + font: 400 12px/1.0 "Lato", sans-serif; + margin: 0px; + } + + .caption div.border { + font-size: 18px; + } + + } + body, html { font: 400 14px/1.2 "Lato", sans-serif; } @@ -209,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..304dbb61 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,7 +7,8 @@ {% endif %}