mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 14:32:25 +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 %}
|
{% from "macros/reviews.html" import render_reviews %}
|
||||||
{{ render_reviews(reviews, True) }}
|
{{ render_reviews(reviews, True) }}
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center mt-5">
|
||||||
<small>
|
<small>
|
||||||
{{ _("CDB has %(count)d packages, with a total of %(downloads)d downloads.", count=count, downloads=downloads) }}
|
{{ _("CDB has %(count)d packages, with a total of %(downloads)d downloads.", count=count, downloads=downloads) }}
|
||||||
</small>
|
</small>
|
||||||
|
Loading…
Reference in New Issue
Block a user