diff --git a/core/static/core/style.css b/core/static/core/style.css index 0bd06b5..4ba4d11 100644 --- a/core/static/core/style.css +++ b/core/static/core/style.css @@ -36,6 +36,7 @@ h1, p, a { } h1 { + margin-bottom: 12px; font-size: 1.3rem; font-weight: bold; } diff --git a/core/templates/registration/logged_out.html b/core/templates/registration/logged_out.html index 7448f19..5daa37c 100644 --- a/core/templates/registration/logged_out.html +++ b/core/templates/registration/logged_out.html @@ -7,5 +7,7 @@ {% endblock %} {% block content %} - You have been logged out. + +
logged out, cya 👋
+ {% endblock %} diff --git a/core/templates/registration/login.html b/core/templates/registration/login.html index fc6a740..a795899 100644 --- a/core/templates/registration/login.html +++ b/core/templates/registration/login.html @@ -5,6 +5,7 @@ {% endblock %} {% block content %} + + {% endblock %}