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 @@
-

Free Data and Analysis. For Rowers. By Rowers.

+

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 %}

    +

    Login

  • {% csrf_token %} diff --git a/static/css/styles2.css b/static/css/styles2.css index 9b7278d6..254d6276 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -97,6 +97,10 @@ /* color: #dddddd; */ } + aside { + color: #f8f8ff; + padding: 5px; + } aside ul label, aside ul a {