Skip to content

Commit

Permalink
fix: fix homepage height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 18, 2020
1 parent aa6537d commit c6f420a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/presentation/home/home.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '../../../styles/color';

.home-container {
height: 100vh;
height: calc(100vh - 66px);

a {
text-decoration: none;
Expand Down

0 comments on commit c6f420a

Please sign in to comment.