1
Fork 0

Reduce size of footer

This commit is contained in:
Jake Howard 2017-11-09 13:21:16 +00:00
parent 665333c70e
commit 4651db86a2
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -115,7 +115,7 @@ table td {
#index-header {
background-image: url('/img/header.jpg');
height: calc(100% - 150px);
height: calc(100% - 110px);
width: 100%;
}
@ -124,7 +124,7 @@ footer {
bottom: 0;
width: 100%;
position: static;
height: 150px;
height: 110px;
a {
color: $gray-700;