Skip to content

Commit

Permalink
feat: Update background color on section
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 23, 2020
1 parent d404bad commit 341053f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Section.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
left: -2rem;
right: -2rem;
z-index: -1;

background-color: var(--color-neutrals-100);
@media (max-width: 500px) {
background-color: var(--color-white);
}
background-color: var(--secondary-background-color);
}

0 comments on commit 341053f

Please sign in to comment.