Skip to content

Commit

Permalink
fix: moved padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 25, 2020
1 parent d71b796 commit fef9624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
.contentContainer {
display: flex;
flex-direction: column;
margin: 2rem;
}

.sidebar {
Expand All @@ -34,7 +35,6 @@

.content {
flex: 1;
margin: 2rem;
}

.footer {
Expand Down

0 comments on commit fef9624

Please sign in to comment.