]> git.lizzy.rs Git - cheatdb.git/commitdiff
Fix margin above CDB stats on homepage
authorrubenwardy <rw@rubenwardy.com>
Thu, 9 Jul 2020 04:34:25 +0000 (05:34 +0100)
committerrubenwardy <rw@rubenwardy.com>
Thu, 9 Jul 2020 04:34:25 +0000 (05:34 +0100)
app/templates/index.html

index 84c1d06d4bb799a4bbb3e909875e18272c7bab9d..10e00143b486c57da4706370755ca9b4c8a34baf 100644 (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>