mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: z-index
This commit is contained in:
parent
5063047312
commit
70c7f08b8a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user