From a2cfdb62b92fedddf62099396284ed6774098f9e Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 23 Jan 2021 00:00:45 +0000 Subject: [PATCH] web/quotes: add top margin to alerts --- web/quotes/templates/alert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ {% block content_wrap %} -

{% block content_text %}{% endblock %}

+

{% block content_text %}{% endblock %}

{% endblock %} {% endblock %}