Skip to content

Commit

Permalink
fix(Landing): apply CSS calc on its height
Browse files Browse the repository at this point in the history
substract footer's height so there's no scroll
  • Loading branch information
aneurysmjs committed Sep 21, 2017
1 parent 57c6fa0 commit cd554bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Landing/Landing.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.Landing {
height: 100vh;
height: (100vh - 32px);
}

0 comments on commit cd554bf

Please sign in to comment.