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

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

    -
  • +

    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 { diff --git a/templates/newbase.html b/templates/newbase.html index 99675727..0945b75a 100644 --- a/templates/newbase.html +++ b/templates/newbase.html @@ -307,7 +307,6 @@
    {% block sidebar %} - Related links {% endblock %}