Skip to content

Commit

Permalink
add z-index to heroContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Oct 2, 2023
1 parent fd6da2d commit f3d2a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ html[data-theme='light'] .hero::after {
align-items: center;
flex-shrink: 0;
max-width: min(50rem, 100%);
z-index: 1;
}

.heroBefore,
Expand Down

0 comments on commit f3d2a67

Please sign in to comment.