From 9ca470ffb652ebf3dabd545a2d1132ad43f2bea7 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sat, 24 Jan 2026 19:18:27 +0000 Subject: [PATCH] Center logo, add "powered by" in footer --- public-report/template/component/footer.html | 1 + public-report/template/mock/district-root.html | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public-report/template/component/footer.html b/public-report/template/component/footer.html index eddc65aa..4f119317 100644 --- a/public-report/template/component/footer.html +++ b/public-report/template/component/footer.html @@ -3,6 +3,7 @@
+

Powered by Report Mosquitoes Online

© 2025 Gleipnir LLC

diff --git a/public-report/template/mock/district-root.html b/public-report/template/mock/district-root.html index bfc8bdca..f8e890d0 100644 --- a/public-report/template/mock/district-root.html +++ b/public-report/template/mock/district-root.html @@ -12,7 +12,10 @@ box-shadow: 0 10px 20px rgba(0,0,0,0.1); } .district-logo { - max-height: 80px; + display:block; + margin-left:auto; + margin-right:auto; + max-height: 88px; width: auto; } .quick-report-mobile { @@ -33,7 +36,7 @@

Report Mosquitoes for {{.District.Name}}

- +

This is the reporting page for mosquito problems in your area.