Fix footer issue
This commit is contained in:
parent
513de8bf81
commit
6f5e5b069c
2 changed files with 5 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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">
|
||||
|
|
Reference in a new issue