aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-09 05:34:25 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-09 05:34:25 +0100
commit849b814034e721b0789d504d1104b80f509affe1 (patch)
tree505a75913b2bbc9d6f5ed517646fc3fcff97dba1
parent37a4dbe66be0af4218dd7d1a30db49eb47e1be37 (diff)
downloadcheatdb-849b814034e721b0789d504d1104b80f509affe1.tar.xz
Fix margin above CDB stats on homepage
-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>