File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export default function Home() {
8484 < div className = "flex h-full flex-col items-center justify-center" >
8585 { nextUser && (
8686 < div className = "relative h-full w-full" >
87- < div className = "-translate-x-1/2 absolute inset-0 z-0 mt-4 transform" >
87+ < div className = "-translate-x-4 -translate-y-4 inset-0 z-0 mt-4 transform" >
8888 < Card displayedUser = { nextUser } />
8989 </ div >
9090 < motion . div
@@ -101,7 +101,7 @@ export default function Home() {
101101 </ motion . div >
102102 </ div >
103103 ) }
104- < div className = "button-container mt-4 mb-4 flex w-full space-x-8" >
104+ < div className = "button-container mt-4 mb-4 flex w-full space-x-8 justify-center " >
105105 < RoundButton onclick = { onClickCross } icon = { < CloseIconStyled /> } />
106106 < RoundButton
107107 onclick = { onClickHeart }
You can’t perform that action at this time.
0 commit comments