Skip to content

Commit

Permalink
feat: Ensure header/footer line up with content by adding some padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 16, 2020
1 parent a320069 commit 686e9ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
color: var(--color-teal-300);
padding: 1.5rem 0;
font-size: 0.75rem;

:global(.site-container) {
padding: 0 2rem;
}
}

.container {
Expand Down
4 changes: 4 additions & 0 deletions src/components/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
);
}

:global(.site-container) {
padding: 0 2rem;
}

.hamburgerMenu {
display: none;
grid-area: menu;
Expand Down

0 comments on commit 686e9ef

Please sign in to comment.