mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Fix margin above CDB stats on homepage
This commit is contained in:
parent
37a4dbe66b
commit
849b814034
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user