forked from rDrama/rDrama
1
0
Fork 0

fix button margin

master
Aevann 2023-08-16 22:07:22 +03:00
parent 577b1e3780
commit af20c753dc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% if details -%}
<blockquote class="error-details mb-4 py-2">{{details|safe}}</blockquote>
{%- endif %}
<div><a href="/" class="btn btn-primary">Go to frontpage</a></div>
<div><a href="/" class="btn btn-primary mt-3">Go to frontpage</a></div>
</div>
</div>
</div>