Skip to content

Commit

Permalink
Fix page margins to match navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
djizco committed Sep 27, 2018
1 parent b0050cf commit 4b538f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.main {
margin-top: 3.25rem;
min-height: calc(100vh - 129px);
margin-top: 44px;
min-height: calc(100vh - 134px);
}
2 changes: 1 addition & 1 deletion client/styles/modifiers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.is-fullpage {
min-height: calc(100vh - 129px);
min-height: calc(100vh - 134px);
}

.is-fullwidth {
Expand Down

0 comments on commit 4b538f1

Please sign in to comment.