diff --git a/web/quotes/templates/alert.html b/web/quotes/templates/alert.html index 6c6868e3bf..bfa1283ecf 100644 --- a/web/quotes/templates/alert.html +++ b/web/quotes/templates/alert.html @@ -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 %}