diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 39b9af4..0888e1c 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -4,6 +4,7 @@ $body-color: $gray-300; +$navbar-height: 40px; html, body { @@ -108,7 +109,7 @@ table td { #index-header { width: 100%; - height: calc(100vh - #{$footer-height}); + height: calc(100vh - #{$footer-height} - #{$navbar-height}); } footer {