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>
|
</h1>
|
||||||
|
|
||||||
{% block content_wrap %}
|
{% block content_wrap %}
|
||||||
<p class="text-3xl">{% block content_text %}{% endblock %}</p>
|
<p class="text-3xl mt-8">{% block content_text %}{% endblock %}</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue