aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 84c1d06..10e0014 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -55,7 +55,7 @@
{% from "macros/reviews.html" import render_reviews %}
{{ render_reviews(reviews, True) }}
- <div class="text-center">
+ <div class="text-center mt-5">
<small>
{{ _("CDB has %(count)d packages, with a total of %(downloads)d downloads.", count=count, downloads=downloads) }}
</small>