diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 3652bd9..8db48bd 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -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;