Skip to content

Commit

Permalink
Update layout/Login/Login.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: tiago-bacelar <[email protected]>
  • Loading branch information
ruilopesm and tiago-bacelar authored Feb 27, 2024
1 parent ad02182 commit faa7e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Login() {

return (
<div className="min-h-screen select-none overflow-hidden bg-secondary">
<Return componentStyle="sm:ml-20 mt-20 sm:mt-20 z-10 pl-10 sm:pl-0" />
<Return componentStyle="sm:ml-20 mt-20 sm:mt-20 z-10 sm:pl-10" />
<img
className="absolute -left-[380px] bottom-0 hidden w-[750px] xl:block"
src="/images/void.svg"
Expand Down

0 comments on commit faa7e2b

Please sign in to comment.