Skip to content

Commit

Permalink
fix: Add back padding in global header
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 17, 2020
1 parent f79be06 commit 782fa30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/GlobalHeader.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.globalHeaderContainer {
background-color: var(--color-neutrals-100);

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

.globalHeaderContent {
Expand Down

0 comments on commit 782fa30

Please sign in to comment.