From 501bc6e839e49544542a79eede7556b77ec93274 Mon Sep 17 00:00:00 2001 From: Benjamin Webb <40066515+webb-ben@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:18:25 -0400 Subject: [PATCH] Center pygeoapi footer (#1785) * Center pygeoapi footer and stick to bottom of window * Revert sticky bottom for the footer --- pygeoapi/templates/_base.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pygeoapi/templates/_base.html b/pygeoapi/templates/_base.html index 5b57d5f..0e892de 100644 --- a/pygeoapi/templates/_base.html +++ b/pygeoapi/templates/_base.html @@ -102,9 +102,13 @@ - + {% block extrafoot %} {% endblock %}