base template: add more space to bottom

This commit is contained in:
Dmitry Belyaev 2019-08-22 13:48:37 +03:00
parent 5c49405ac0
commit afe12bd630
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 15 additions and 2 deletions

View File

@ -11,7 +11,6 @@ body {
}
.footer {
widows: 100%;
text-align: center;
z-index: -1;
}
@ -22,4 +21,18 @@ details {
#details {
text-align: justify;
}
.nav-link {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.navbar {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

View File

@ -16,7 +16,7 @@
</ul>
</nav><hr/>
</header>
<article>
<article class="mb-5 pb-5">
<div id="content" class="container">{% block content %}{% endblock content %}</div>
</article>
<footer class="footer fixed-bottom">