Skip to content

Commit

Permalink
fix: small height adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed May 28, 2019
1 parent 1aeebe5 commit 78a6d90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
margin: 0;
margin-top: 6rem;
max-width: 100%;
min-height: calc(100vh - 460px);
min-height: calc(100vh - 455px);
padding-left: $spacing-07;
padding-right: $spacing-07;

Expand Down

0 comments on commit 78a6d90

Please sign in to comment.