Center pygeoapi footer (#1785)

* Center pygeoapi footer and stick to bottom of window

* Revert sticky bottom for the footer
This commit is contained in:
Benjamin Webb
2024-08-15 12:18:25 -04:00
committed by GitHub
parent 4e77d75ea3
commit 501bc6e839
+7 -3
View File
@@ -102,9 +102,13 @@
</div>
</div>
</main>
<footer class="sticky-bottom bg-light d-flex flex-wrap py-3 px-3 border-top">{% trans %}Powered by {% endtrans %} <a title="pygeoapi" href="https://pygeoapi.io"><img
src="{{ config['server']['url'] }}/static/img/pygeoapi.png" class="mx-1" title="pygeoapi logo"
style="height:24px;vertical-align: middle;" /></a> {{ version }}</footer>
<footer class="sticky-bottom bg-light d-flex justify-content-center align-items-center py-3 px-3 border-top">
<div class="text-center w-100">
{% trans %}Powered by {% endtrans %}
<a title="pygeoapi" href="https://pygeoapi.io"><img src="{{ config['server']['url'] }}/static/img/pygeoapi.png" class="mx-1" title="pygeoapi logo" style="height:24px;vertical-align: middle;" /></a>
{{ version }}
</div>
</footer>
{% block extrafoot %}
{% endblock %}
<script>