diff --git a/frontend/src/App.scss b/frontend/src/App.scss index 36dd85ec..de3cbfc0 100644 --- a/frontend/src/App.scss +++ b/frontend/src/App.scss @@ -62,5 +62,5 @@ body { // make sure that all pages have the contact us footer at the bottom of the screen .root { - min-height: calc(100vh - 120px - 94px); + min-height: calc(100vh - 94px); } diff --git a/frontend/src/pages/FAQPage.module.scss b/frontend/src/pages/FAQPage.module.scss index 3035ebab..91bc0dc8 100644 --- a/frontend/src/pages/FAQPage.module.scss +++ b/frontend/src/pages/FAQPage.module.scss @@ -1,6 +1,5 @@ .faqPage { padding: 2vh 7%; - height: 100vh; } .faqHelp {