Skip to content

Commit

Permalink
Revert "fix footer height (#183)"
Browse files Browse the repository at this point in the history
This reverts commit 8b47766.
  • Loading branch information
acoshift committed Aug 31, 2018
1 parent 8b47766 commit ac755e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/app.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--navbar-height: 80px;
--footer-height: 100%;
--footer-height: 199px;
--content-height: calc(100vh - var(--navbar-height) - var(--footer-height));
}

Expand Down

0 comments on commit ac755e9

Please sign in to comment.