From 0af2f9e61041d9a808efa6b17fc220fbd939f1f5 Mon Sep 17 00:00:00 2001 From: Ferenc Schulcz <schulcz.ferenc@gmail.com> Date: Fri, 20 Sep 2024 14:35:53 +0200 Subject: [PATCH] Better spacing at bottom of main page --- templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 8606d13..e091fd6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,6 +29,7 @@ </a> </div> <h2>Or stay here and hunt for easter eggs.</h2> + <div style="min-height: 32px"></div> <!-- margin --> </div> -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab