Skip to content

Commit

Permalink
fix: z-index issue on 404 page
Browse files Browse the repository at this point in the history
jerelmiller committed Jun 17, 2020
1 parent 107d9df commit a52af9d
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Footer.module.scss
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
color: var(--color-teal-300);
padding: 1.5rem 0;
font-size: 0.75rem;
z-index: 1;

:global(.site-container) {
padding: 0 2rem;
1 change: 0 additions & 1 deletion src/pages/404.module.scss
Original file line number Diff line number Diff line change
@@ -21,5 +21,4 @@
.content {
font-size: 1.125rem;
padding: 8rem 0;
z-index: -1;
}

0 comments on commit a52af9d

Please sign in to comment.