From 2b3e4f8d72eb4bb30688164e233945c677e9d58c Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 2 Jan 2024 18:56:13 +0000 Subject: [PATCH] Fix navbar on mobile --- templates/base.html | 1 + templates/index.html | 2 +- templates/navbar.html | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index a994aa9..94fe993 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,5 +18,6 @@ {% block nav %}{{ navbar() }}{% endblock %} {% block content %}{% endblock %} {% block scripts %}{% endblock %} + diff --git a/templates/index.html b/templates/index.html index d841e0c..fd66154 100644 --- a/templates/index.html +++ b/templates/index.html @@ -235,6 +235,6 @@ {% endfor %} - + diff --git a/templates/navbar.html b/templates/navbar.html index 26fde4f..2f7c4b9 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -8,7 +8,8 @@ {"endpoint": "gaps_page", "label": "Gaps" }, ] %} -