Skip to content
Snippets Groups Projects
Commit 550c36a2 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

Merge branch 'master' into secrets-backend

parents 3e34910f 9da36338
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,6 @@ div.eflows-line { ...@@ -20,7 +20,6 @@ div.eflows-line {
.eflows-logo { .eflows-logo {
height: auto; height: auto;
/* min-height: 40px; */
max-height: 70px; max-height: 70px;
} }
......
...@@ -42,8 +42,10 @@ ...@@ -42,8 +42,10 @@
</ul> </ul>
<!--SPECIFIC PAGE CONTENT--> <!--SPECIFIC PAGE CONTENT-->
<div class="d-flex flex-column min-vh-100">
{% block content%} {% block content%}
{% endblock %} {% endblock %}
</div>
<div class="jumbotron"></div> <div class="jumbotron"></div>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% endblock %} {% endblock %}
{% block footer %} {% block footer %}
<footer class="footer d-inlign-flex fixed-bottom"> <footer class="footer d-inlign-flex">
<div class="container-fluid p-0"> <div class="container-fluid p-0">
<div class="eflows-line"></div> <div class="eflows-line"></div>
<div class="row mt-2 px-3"> <div class="row mt-2 px-3">
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</p> </p>
</div> </div>
<div class="col-lg-6 col-12 d-inlign-flex"> <div class="col-lg-6 col-12 d-inlign-flex">
<p class="m-2" class="align-self-center text-white"> <p class="m-2 align-self-center text-white">
<span class="mr-3 mt-1 float-left"> <span class="mr-3 mt-1 float-left">
<img loading="lazy" src="https://eflows4hpc.eu/wp-content/uploads/2021/01/bandera-8.png" alt="" style="max-width:52px; max-height:34px"> <img loading="lazy" src="https://eflows4hpc.eu/wp-content/uploads/2021/01/bandera-8.png" alt="" style="max-width:52px; max-height:34px">
</span> </span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment