Fix footer issue

This commit is contained in:
Jannis Portmann 2021-05-20 11:35:05 +02:00
parent 513de8bf81
commit 6f5e5b069c
2 changed files with 5 additions and 4 deletions

View file

@ -11,9 +11,12 @@ footer {
height: 6rem;
}
nav {
min-height: 4rem;
}
.container {
min-height: 100vh;
margin-bottom: -9rem;
min-height: calc(100vh - 10rem);
}
.offer-img {

View file

@ -66,9 +66,7 @@
</nav>
<div class="container pt-5">
<div class="inner-container">
{% block body %}{% endblock %}
</div>
</div>
<footer class="text-center text-white">