web/quotes: add top margin to alerts
This commit is contained in:
parent
a3fdfcec40
commit
a2cfdb62b9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</h1>
|
||||
|
||||
{% block content_wrap %}
|
||||
<p class="text-3xl">{% block content_text %}{% endblock %}</p>
|
||||
<p class="text-3xl mt-8">{% block content_text %}{% endblock %}</p>
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue