bug: frontend, add some margin to bottom (#3405)

This commit is contained in:
Tiago Vasconcelos 2025-10-16 23:13:21 +01:00 committed by GitHub
parent d0cf374cda
commit 182894fd93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
<!----> <!---->
{% block scripts %} {{ window_vars(user, wallet) }}{% endblock %} {% block page {% block scripts %} {{ window_vars(user, wallet) }}{% endblock %} {% block page
%} %}
<div class="row q-col-gutter-md"> <div class="row q-col-gutter-md" style="margin-bottom: 6rem">
{% if HIDE_API and AD_SPACE_ENABLED and AD_SPACE %} {% if HIDE_API and AD_SPACE_ENABLED and AD_SPACE %}
<div class="col-12 col-md-8 q-gutter-y-md"> <div class="col-12 col-md-8 q-gutter-y-md">
{% elif HIDE_API %} {% elif HIDE_API %}