Center pygeoapi footer (#1785)
* Center pygeoapi footer and stick to bottom of window * Revert sticky bottom for the footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user