Skip to content
Snippets Groups Projects
Unverified Commit 317fce1f authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Make footer appear at bottom of site or viewport. Closes #37.

parent 2a5ab06d
No related branches found
No related tags found
No related merge requests found
html {
position: relative;
min-height: 100%;
}
.footer {
width: 100%;
body {
min-height: 100%;
display: flex;
flex-direction: column;
}
body > .container {
main {
padding: 60px 15px 0;
}
.footer > .container {
footer {
width: 100%;
margin-top: auto;
}
footer > .container {
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
img.person-img {
......
......@@ -43,7 +43,7 @@
{% block content %}{% endblock %}
</main>
<footer class="footer text-dark bg-light">
<footer class="footer text-dark bg-light mt-auto">
<div class="container-fluid">
<div class="row text-center text-xs-center text-sm-left text-md-left text-dark">
{% with menu=FOOTER_MENU_CORE %}{% include "footer-menu.html" %}{% endwith %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment