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 %}