Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
thuypham03 committed Sep 6, 2023
1 parent 3f790e2 commit 0fddd7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
1 change: 0 additions & 1 deletion frontend/src/pages/FAQPage.module.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.faqPage {
padding: 2vh 7%;
height: 100vh;
}

.faqHelp {
Expand Down

0 comments on commit 0fddd7f

Please sign in to comment.