fix footer and update links

This commit is contained in:
Joshua Arts
2018-06-28 11:21:02 -04:00
parent c802e4806a
commit 0b9fdb371e
5 changed files with 15 additions and 11 deletions

View File

@ -26,7 +26,7 @@
$background-color: #F5F7FB;
$error-background-color: #EFE6E6;
$footer-height: 80px;
$footer-height: 65px;
html, body {
width: 100%;
@ -45,9 +45,11 @@ a {
}
.footer {
position: fixed;
height: $footer-height;
width: 100%;
position: abolute;
bottom: 0px;
bottom: 0;
z-index: 5;
}
.table-responsive {