Skip to content

Commit

Permalink
adjusted css Legals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldch committed Jan 29, 2024
1 parent 655fab5 commit 3ef7ace
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/Legals.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function Legals(){
viewport={{once: true}}
transition={{duration: 2}}
src={item2} className={"item-son-legals"} >

</motion.img>
</div>

Expand Down
10 changes: 6 additions & 4 deletions src/style/Legals.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
}

.div-son-legals{
position: absolute;
margin-top: -45%;
right: 20%;
position: relative;
width: 70%;
height: auto;
z-index: 1;

padding-bottom: 10em;
margin-top: -50em;
margin-left: 4em;
}

.item-son-legals{
Expand Down

0 comments on commit 3ef7ace

Please sign in to comment.