Fix index page
This commit is contained in:
parent
b3fd948b40
commit
665333c70e
1 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue