mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +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`
|
const StyledHeroSectionBody = styled.div`
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
min-height: 70vh;
|
min-height: 70vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -67,7 +69,6 @@ const StyledImageWrapper = styled.div`
|
|||||||
flex: auto;
|
flex: auto;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
z-index: 1;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user