Reduce size of footer
This commit is contained in:
parent
665333c70e
commit
4651db86a2
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ table td {
|
||||||
|
|
||||||
#index-header {
|
#index-header {
|
||||||
background-image: url('/img/header.jpg');
|
background-image: url('/img/header.jpg');
|
||||||
height: calc(100% - 150px);
|
height: calc(100% - 110px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: static;
|
position: static;
|
||||||
height: 150px;
|
height: 110px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $gray-700;
|
color: $gray-700;
|
||||||
|
|
Loading…
Reference in a new issue