diff --git a/apps/nightpass/static/styles.css b/apps/nightpass/static/styles.css index f2ea7b0..b6384a5 100644 --- a/apps/nightpass/static/styles.css +++ b/apps/nightpass/static/styles.css @@ -235,6 +235,15 @@ select { color: #fff; } +footer { + background-color: #696b6d; + color: #fff; + text-align: center; + padding: 10px; + position: fixed; + bottom: 0; + width: 100%; +} @media (max-width: 768px) { @@ -256,3 +265,5 @@ select { padding: 5px; } } + + diff --git a/apps/nightpass/templates/base.html b/apps/nightpass/templates/base.html index 03b52c2..9eda960 100644 --- a/apps/nightpass/templates/base.html +++ b/apps/nightpass/templates/base.html @@ -11,6 +11,7 @@ +

Thapar NightPass

@@ -19,6 +20,11 @@

Thapar NightPass

{% block content %} {% endblock %} + + +