From 9d6f77c416c5dd89e14fa8376c55dfce260a61b9 Mon Sep 17 00:00:00 2001 From: Maria Petrova <m.petrova@fz-juelich.de> Date: Tue, 15 Feb 2022 16:07:13 +0100 Subject: [PATCH] Adjust layouting in the footer --- frontend/templates/footer.html.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/templates/footer.html.jinja b/frontend/templates/footer.html.jinja index 69f9f85..304ec06 100644 --- a/frontend/templates/footer.html.jinja +++ b/frontend/templates/footer.html.jinja @@ -7,7 +7,7 @@ <div class="container-fluid p-0"> <div class="eflows-line"></div> <div class="row mt-2 px-3"> - <div class="col-lg-6 col-12 d-inlign-flex"> + <div class="col-lg-5 col-12 d-inlign-flex"> <p class="m-3 text-center align-self-center"> <a href="https://www.eFlows4HPC.eu"> <img src="https://eflows4hpc.eu/wp-content/uploads/2021/02/logo-blanc_1-1.svg" alt="eFlows4HPC Logo" title="eFlows4HPC" class="mr-4 align-self-center eflows-logo"/> @@ -17,7 +17,7 @@ <a href="https://github.com/eflows4hpc/datacatalog"><i class="fa fa-github-square mr-2 fa-2x text-white"></i></a> </p> </div> - <div class="col-lg-1 col-6 d-inlign-flex"> + <div class="col-lg-2 col-6 d-inlign-flex"> <p class="text-center align-self-center"> <img loading="lazy" src="img/BMBF_gefoerdert_2017_en.jpg" alt="Funded by BMBF" style="max-height:100px"> </p> -- GitLab