From 3855d0e323ec5ac9264017fe2f44127ab1a72240 Mon Sep 17 00:00:00 2001 From: Matthew Moodie Date: Wed, 14 Jan 2026 15:26:05 +0000 Subject: [PATCH 1/9] Add viewport meta tag, link to mobile.css --- scripts/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/templates/base.html b/scripts/templates/base.html index a3ea5a23..d364627b 100644 --- a/scripts/templates/base.html +++ b/scripts/templates/base.html @@ -26,7 +26,9 @@ BotC Scripts + + From fdc7b9e03a14b834b34980962acc9f24bd409883 Mon Sep 17 00:00:00 2001 From: Matthew Moodie Date: Wed, 14 Jan 2026 15:28:58 +0000 Subject: [PATCH 2/9] Add hamburger toggle button, change breakpoint to md, make brand a link. --- scripts/templates/navbar.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/templates/navbar.html b/scripts/templates/navbar.html index 9863e22b..2224cc73 100644 --- a/scripts/templates/navbar.html +++ b/scripts/templates/navbar.html @@ -1,7 +1,12 @@ {% load i18n %} -