From dfa519087fc6e09aa24deb0a47bef1979f403fcb Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Tue, 23 Nov 2021 10:25:37 +0100 Subject: [PATCH] remove unneeded jumbotron --- frontend/templates/base.html.jinja | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/templates/base.html.jinja b/frontend/templates/base.html.jinja index 1729b9b..1f0851f 100644 --- a/frontend/templates/base.html.jinja +++ b/frontend/templates/base.html.jinja @@ -42,13 +42,11 @@ </ul> <!--SPECIFIC PAGE CONTENT--> - <div class="d-flex flex-column min-vh-100"> + <div class="d-flex flex-column min-vh-75"> {% block content%} {% endblock %} </div> - <div class="jumbotron"></div> - <!--FOOTER--> {% block footer %} {% include 'footer.html.jinja' %} -- GitLab