Skip to content

Commit

Permalink
Changed z-index of Sponsor section to allow for user selectability
Browse files Browse the repository at this point in the history
  • Loading branch information
meleongg committed Oct 8, 2023
1 parent 2b753d3 commit 95d4100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sections/Sponsor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ const PushinP = styled.p`
const ButtonContainer = styled.p`
display: flex;
justify-content: center;
position: relative;
z-index: 3;
`

const Skip = styled.div`
Expand Down

0 comments on commit 95d4100

Please sign in to comment.