Fix margin above CDB stats on homepage

This commit is contained in:
rubenwardy 2020-07-09 05:34:25 +01:00
parent 37a4dbe66b
commit 849b814034
1 changed files with 1 additions and 1 deletions

View File

@ -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>