Skip to content

Commit

Permalink
Fix breaking regression on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqndev committed Mar 31, 2024
1 parent 3dbb8ed commit b73b5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/Home/Home.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.container {
.hero {
margin-bottom: 0;
z-index: 0;
z-index: -1;
position: absolute;
left: 0;
right: 0;
Expand Down

0 comments on commit b73b5c5

Please sign in to comment.