Fix styles that accidentally got into production :D

This commit is contained in:
Jan Tuomi
2017-10-26 13:51:00 +03:00
parent 3b3b45b5ee
commit 402cdc3533
5 changed files with 39 additions and 40 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
}
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 */
/* line-height: 60px; /* Vertically center the text there */ */
margin-top: 2rem;
margin-bottom: 1rem;
}
@@ -30,5 +30,5 @@ footer .container .col .nav .nav-item {
}
footer .lang-form {
max-width: 10rem;
margin: 1rem auto 0;
}