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; height: 6rem;
} }
nav {
min-height: 4rem;
}
.container { .container {
min-height: 100vh; min-height: calc(100vh - 10rem);
margin-bottom: -9rem;
} }
.offer-img { .offer-img {

View file

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