Skip to content

Commit

Permalink
Adjust Layout and Nav style
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallol committed Apr 28, 2020
1 parent 8e3660b commit da71709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/layout.module.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.container {
max-width: 62.75rem;
margin: 3rem auto 6rem;
padding: 3rem;
margin: 1rem auto 6rem;
}
2 changes: 1 addition & 1 deletion components/nav.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.nav {
display: flex;
justify-content: space-between;
margin: 5rem 0 8rem;
margin-bottom: 8rem;
}

0 comments on commit da71709

Please sign in to comment.