1
Fork 0

Fix footer to bottom properly

This commit is contained in:
Jake Howard 2017-10-25 20:55:09 +01:00
parent ededd25622
commit 4c11f00c56
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -98,12 +98,18 @@ table td {
}
#index-header {
height: 90vh;
background-image: url('/img/header.jpg')
background-image: url('/img/header.jpg');
height: 100%;
width: 100%;
position: absolute;
}
footer {
color: $gray-700;
bottom: 0;
width: 100%;
position: absolute;
a {
color: $gray-700;