diff --git a/templates/base.html b/templates/base.html index 93ac66a..379ca48 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,7 +12,6 @@ {% if session.user_id %}
  • Bivariate Data
  • Simultaneous Equations
  • -
  • Calculus
  • Triganometry
  • Hi, {{ session.username }}
  • Sign Out
  • diff --git a/templates/resetpassword.html b/templates/resetpassword.html index 88a37f3..befb598 100644 --- a/templates/resetpassword.html +++ b/templates/resetpassword.html @@ -18,6 +18,10 @@ .emailbox{ margin-left: 170px; } + + p{ + font-size: 4px; + }

    Forgotten you password just enter your email below and you'll be sent a link to reset your password

    This page is just a placeholder at the moment not functional

    diff --git a/templates/resetpasswordcode.html b/templates/resetpasswordcode.html index 60df616..f274f60 100644 --- a/templates/resetpasswordcode.html +++ b/templates/resetpasswordcode.html @@ -13,11 +13,16 @@ .button{ margin-left: 250px; + font-size: 14px; } .emailbox{ margin-left: 170px; } + + p{ + font-size: 18px; + }

    Forgotten you password just enter the code that was sent to you via email

    This page is just a placeholder at the moment not functional