1
Fork 0

Fix index page

This commit is contained in:
Jake Howard 2017-11-03 23:01:24 +00:00
parent b3fd948b40
commit 665333c70e
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -8,6 +8,10 @@ $fa-font-path: "../fonts";
$primary: #e89980; $primary: #e89980;
html, body {
height: 100%;
}
a { a {
color: $primary; color: $primary;
@ -108,11 +112,11 @@ table td {
background-color: #000; background-color: #000;
} }
#index-header { #index-header {
background-image: url('/img/header.jpg'); background-image: url('/img/header.jpg');
height: 100%; height: calc(100% - 150px);
width: 100%; width: 100%;
position: absolute;
} }
footer { footer {
@ -120,6 +124,7 @@ footer {
bottom: 0; bottom: 0;
width: 100%; width: 100%;
position: static; position: static;
height: 150px;
a { a {
color: $gray-700; color: $gray-700;