From dd1108c37350ce0546c59bc17a57feaccf5b4242 Mon Sep 17 00:00:00 2001 From: haohangyan Date: Mon, 30 Sep 2024 14:30:05 -0400 Subject: [PATCH] Correct the block in footer --- indra/assemblers/html/templates/indra/template.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/indra/assemblers/html/templates/indra/template.html b/indra/assemblers/html/templates/indra/template.html index 39843ef510..1f6fcb001b 100644 --- a/indra/assemblers/html/templates/indra/template.html +++ b/indra/assemblers/html/templates/indra/template.html @@ -71,7 +71,7 @@ text-align: left; padding: 0.5em; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); - height: 110px; + height: 65; } .footer h4, .footer p, .footer a { @@ -157,7 +157,7 @@ {% if not simple %} .content { padding-top:85px; - padding-bottom: 110px + padding-bottom: 65px } @media (max-width: 1800px) { @@ -255,6 +255,8 @@

{{ title }}

{% block header_desc %} {% endblock %} + {% block additional_footer %} + {% endblock %}