Refactor footer

This commit is contained in:
henu
2017-10-31 19:31:41 +02:00
parent eec2d27504
commit 60451aaadf
4 changed files with 72 additions and 87 deletions
+4 -12
View File
@@ -1,18 +1,10 @@
#footer-div {
height:10vh;
}
footer {
/* position: absolute; */
position: absolute;
bottom: 0;
width: 100%;
height: 60px; /* Set the fixed height of the footer here */
/* line-height: 60px; /* Vertically center the text there */ */
margin-top: 2rem;
margin-bottom: 1rem;
background-color: #f5f5f5;
}
footer .container .col .nav .nav-item {
/*footer .container .col .nav .nav-item {
display: inline-block;
margin-right: 3vh;
}
@@ -31,4 +23,4 @@ footer .container .col .nav .nav-item {
footer .lang-form {
margin: 1rem auto 0;
}
}*/