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 %}
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; + }This page is just a placeholder at the moment not functional