fix: z-index

This commit is contained in:
AykutSarac 2024-03-16 18:17:47 +03:00
parent 5063047312
commit 70c7f08b8a
No known key found for this signature in database

View File

@ -29,6 +29,8 @@ const StyledHeroSection = styled.section`
`;
const StyledHeroSectionBody = styled.div`
position: relative;
z-index: 1;
min-height: 70vh;
display: flex;
justify-content: space-between;
@ -67,7 +69,6 @@ const StyledImageWrapper = styled.div`
flex: auto;
height: fit-content;
margin: 0 auto;
z-index: 1;
img {
display: block;